pkgsrc-WIP-changes archive

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

lumina: honor LDFLAGS. Fixes RELRO build.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jul 16 17:20:33 2017 +0200
Changeset:	90133a37da098dc9a9feb90e479a7402838bdfbb

Modified Files:
	lumina/Makefile

Log Message:
lumina: honor LDFLAGS. Fixes RELRO build.

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

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

diffstat:
 lumina/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lumina/Makefile b/lumina/Makefile
index 9c462c70d8..7599a18f42 100644
--- a/lumina/Makefile
+++ b/lumina/Makefile
@@ -30,6 +30,8 @@ DEPENDS+=	libXdamage-[0-9]*:../../x11/libXdamage
 
 INSTALL_MAKE_FLAGS=		INSTALL_ROOT=${DESTDIR}
 
+MAKE_ENV+=	LFLAGS=${LDFLAGS:Q}
+
 .include "options.mk"
 
 


Home | Main Index | Thread Index | Old Index