pkgsrc-WIP-changes archive

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

pinentry-dmenu: Honor LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Thu Feb 4 12:15:26 2021 +0100
Changeset:	83a7ff5382e0526a5c37d4c049f7b7a8f79fc121

Modified Files:
	pinentry-dmenu/Makefile

Log Message:
pinentry-dmenu: Honor LDFLAGS

Required for RELRO support.

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

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

diffstat:
 pinentry-dmenu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/pinentry-dmenu/Makefile b/pinentry-dmenu/Makefile
index 324204822e..1c74ce62c7 100644
--- a/pinentry-dmenu/Makefile
+++ b/pinentry-dmenu/Makefile
@@ -22,7 +22,7 @@ C_FLAGS=	`${TOOLS_PATH.pkg-config} --cflags ${PKG_DEPS}` \
 		-DVERSION=\"${PKG_VERSION:sh}\" \
 		-DPACKAGE_VERSION=\"${PKG_VERSION:sh}\" \
 		-DPACKAGE_BUGREPORT=\"${PKG_BUGREPORT:sh}\"
-LD_FLAGS=	`${TOOLS_PATH.pkg-config} --libs ${PKG_DEPS}`
+LD_FLAGS=	${LDFLAGS} `${TOOLS_PATH.pkg-config} --libs ${PKG_DEPS}`
 
 MAKE_FLAGS+=	PREFIX=${PREFIX}
 MAKE_FLAGS+=	MANPREFIX=${PREFIX}/${PKGMANDIR}


Home | Main Index | Thread Index | Old Index