pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wmnet
Module Name: pkgsrc
Committed By: khorben
Date: Wed Oct 25 21:51:02 UTC 2017
Modified Files:
pkgsrc/net/wmnet: Makefile
Log Message:
Add support for LDFLAGS
This notably fixes building with RELRO enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/wmnet/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wmnet/Makefile
diff -u pkgsrc/net/wmnet/Makefile:1.22 pkgsrc/net/wmnet/Makefile:1.23
--- pkgsrc/net/wmnet/Makefile:1.22 Wed Sep 6 10:40:31 2017
+++ pkgsrc/net/wmnet/Makefile Wed Oct 25 21:51:02 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/09/06 10:40:31 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/10/25 21:51:02 khorben Exp $
DISTNAME= wmnet-1.06
PKGREVISION= 5
@@ -16,7 +16,8 @@ COMMENT= Dockable network monitor
USE_IMAKE= YES
-MAKE_FLAGS+= CDEBUGFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= CCOPTIONS=${CFLAGS:Q}
+MAKE_FLAGS+= LOCAL_LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index