summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2017-10-25 21:45:38 +0000
committerkhorben <khorben@pkgsrc.org>2017-10-25 21:45:38 +0000
commitcf5d786e448ff2036dae42ac25f673dfd0ea5290 (patch)
tree03985153af3306894aa3e9a63f8422243c428fa8 /net
parent6af77ce36a43c557b81161a2841cd002f3bac95d (diff)
downloadpkgsrc-cf5d786e448ff2036dae42ac25f673dfd0ea5290.tar.gz
Add support for LDFLAGS
This notably fixes building with RELRO enabled.
Diffstat (limited to 'net')
-rw-r--r--net/wmnet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile
index 5767ae17db3..24948c0a258 100644
--- a/net/wmnet/Makefile
+++ b/net/wmnet/Makefile
@@ -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"