forked from hasufell/hasufell-repository
Fix suggestions and bugs spotted by zlin
https://galileo.mailstation.de/gerrit/#/c/5864/
This commit is contained in:
@@ -45,7 +45,7 @@ DEPENDENCIES="
|
||||
"
|
||||
|
||||
DEFAULT_SRC_COMPILE_PARAMS=(
|
||||
LIBNAME=${LIBDIR}
|
||||
LIBNAME=lib
|
||||
LIBEXECDIR=/usr/$(exhost --target)/libexec/rc
|
||||
OS=Linux
|
||||
)
|
||||
@@ -85,12 +85,12 @@ src_compile() {
|
||||
|
||||
MAKE_ARGS="
|
||||
${DEFAULT_SRC_COMPILE_PARAMS[@]}
|
||||
MKNET=$(option newnet)
|
||||
MKNET=$(option newnet yes no)
|
||||
MKSELINUX=no
|
||||
MKAUDIT=no
|
||||
MKPAM=$(optionv pam)
|
||||
MKSTATICLIBS=no
|
||||
MKTOOLS=$(option tools)
|
||||
MKTOOLS=$(option tools yes no)
|
||||
"
|
||||
|
||||
emake ${MAKE_ARGS}
|
||||
|
||||
Reference in New Issue
Block a user