pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/dnsmasq
Module Name: pkgsrc
Committed By: khorben
Date: Tue Oct 24 01:04:19 UTC 2017
Modified Files:
pkgsrc/net/dnsmasq: 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.35 -r1.36 pkgsrc/net/dnsmasq/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/dnsmasq/Makefile
diff -u pkgsrc/net/dnsmasq/Makefile:1.35 pkgsrc/net/dnsmasq/Makefile:1.36
--- pkgsrc/net/dnsmasq/Makefile:1.35 Mon Oct 2 15:50:55 2017
+++ pkgsrc/net/dnsmasq/Makefile Tue Oct 24 01:04:19 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/10/02 15:50:55 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2017/10/24 01:04:19 khorben Exp $
DISTNAME= dnsmasq-2.78
CATEGORIES= net
@@ -35,6 +35,7 @@ CFLAGS.SunOS+= -DNO_IPSET
AUTO_MKDIRS=yes
CFLAGS+= -DCONFFILE='"${PKG_SYSCONFDIR}/dnsmasq.conf"'
MAKE_FLAGS+= COPTS=${CFLAGS:Q}
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
INSTALL_MAKE_FLAGS+= PREFIX="${PREFIX}"
INSTALL_MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}"
INSTALL_MAKE_FLAGS+= LOCALEDIR="${PREFIX}/${PKGLOCALEDIR}"
Home |
Main Index |
Thread Index |
Old Index