mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
sys-libs/safeclib: use the right makefile
USE=modules still fail for me Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -17,12 +17,14 @@ KEYWORDS="~amd64"
|
||||
IUSE="+constraint-handler +extensions modules norm-compat +nullslack test unsafe valgrind"
|
||||
RESTRICT="!test? ( test )"
|
||||
BDEPEND="
|
||||
app-doc/doxygen[dot]
|
||||
valgrind? ( dev-util/valgrind )
|
||||
"
|
||||
S="${WORKDIR}/${PN}-${MY_REV}"
|
||||
|
||||
MODULE_NAMES="slkm(misc:${S}-module:${S}-module/src)"
|
||||
MODULE_NAMES="slkm(misc:${S}-module:${S}-module)"
|
||||
BUILD_TARGETS="all"
|
||||
BUILD_PARAMS="-f Makefile.kernel"
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
@@ -62,11 +64,13 @@ src_compile() {
|
||||
|
||||
if use modules ; then
|
||||
cd "${S}-module" || die
|
||||
linux-mod_src_compile || die
|
||||
linux-mod_src_compile
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# wcsstr towupper towlower manpages collide with sys-apps/man-pages
|
||||
# what to do?
|
||||
default
|
||||
einstalldocs
|
||||
rm -r doc/man || die
|
||||
@@ -74,7 +78,7 @@ src_install() {
|
||||
|
||||
if use modules ; then
|
||||
cd "${S}-module" || die
|
||||
linux-mod_src_install || die
|
||||
linux-mod_src_install
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user