www/unit: make the package and it dependants instalable.

Submitted by:	otis
This commit is contained in:
Sergey A. Osokin 2020-11-18 18:05:52 -05:00
parent e3cc41374d
commit 18271f39d2
1 changed files with 2 additions and 1 deletions

View File

@ -38,8 +38,9 @@ PKG_SHELL.${UNIT_USER}= ${NOLOGIN}
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV+= PATH=${PATH}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --ld-opt=-L${PREFIX}/lib
CONFIGURE_ARGS+= --ld-opt="-L${PREFIX}/lib -R${PREFIX}/lib"
CONFIGURE_ARGS+= --log=${UNIT_LOGDIR}/unit.log
CONFIGURE_ARGS+= --modules=${UNIT_EXTENSION_DIR}
CONFIGURE_ARGS+= --pid=${UNIT_PIDDIR}/unit.pid