pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lldpd



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 13:55:04 UTC 2018

Modified Files:
        pkgsrc/net/lldpd: Makefile

Log Message:
lldpd: Leave pkgsrc to handle security features.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/lldpd/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/lldpd/Makefile
diff -u pkgsrc/net/lldpd/Makefile:1.18 pkgsrc/net/lldpd/Makefile:1.19
--- pkgsrc/net/lldpd/Makefile:1.18      Mon Jun  5 14:24:16 2017
+++ pkgsrc/net/lldpd/Makefile   Fri Feb  2 13:55:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2018/02/02 13:55:04 jperkin Exp $
 
 DISTNAME=              lldpd-0.7.15
 PKGREVISION=           4
@@ -20,6 +20,8 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-privsep-chroot=${PKG_HOME._lldpd}
+# Leave pkgsrc to handle security features.
+CONFIGURE_ARGS+=       --disable-hardening
 # run/lldpd.socket is created under this directory
 # (the default is ${PRERIX}/var, changed since 0.7.9)
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}



Home | Main Index | Thread Index | Old Index