pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/lua-cyrussasl



Module Name:    pkgsrc
Committed By:   khorben
Date:           Mon May  9 00:41:57 UTC 2022

Modified Files:
        pkgsrc/security/lua-cyrussasl: Makefile

Log Message:
lua-cyrussasl: fix build in privileged mode


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/lua-cyrussasl/Makefile

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

Modified files:

Index: pkgsrc/security/lua-cyrussasl/Makefile
diff -u pkgsrc/security/lua-cyrussasl/Makefile:1.1 pkgsrc/security/lua-cyrussasl/Makefile:1.2
--- pkgsrc/security/lua-cyrussasl/Makefile:1.1  Mon May  9 00:37:58 2022
+++ pkgsrc/security/lua-cyrussasl/Makefile      Mon May  9 00:41:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/09 00:37:58 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/09 00:41:57 khorben Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 PKGNAME=       ${LUA_PKGPREFIX}-${GITHUB_PROJECT:S/lua-//}-1.1.0
@@ -17,7 +17,7 @@ USE_LANGUAGES=        c
 .include "../../mk/bsd.prefs.mk"
 
 MAKE_FLAGS+=   CPATH="${DESTDIR}${PREFIX}/${LUA_CDIR}"
-MAKE_FLAGS+=   LDFLAGS="-shared -lsasl2 -L${PREFIX}/lib -L${PREFIX}/${LUA_LDIR}"
+MAKE_FLAGS+=   LDFLAGS="-shared -lsasl2 -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib -L${PREFIX}/${LUA_LDIR}"
 
 .include "../../security/cyrus-sasl/buildlink3.mk"
 .include "../../lang/lua/module.mk"



Home | Main Index | Thread Index | Old Index