pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Wed Nov 18 18:05:52 2020 -0500
Changeset:	18271f39d28b0c2d830fd147bf194b18b3f7aa3e

Modified Files:
	unit/Makefile.common

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

Submitted by:	otis

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=18271f39d28b0c2d830fd147bf194b18b3f7aa3e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unit/Makefile.common | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/unit/Makefile.common b/unit/Makefile.common
index 082b115611..da47682b51 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -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


Home | Main Index | Thread Index | Old Index