pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/di



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 10:10:34 UTC 2018

Modified Files:
        pkgsrc/sysutils/di: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/di/Makefile

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

Modified files:

Index: pkgsrc/sysutils/di/Makefile
diff -u pkgsrc/sysutils/di/Makefile:1.4 pkgsrc/sysutils/di/Makefile:1.5
--- pkgsrc/sysutils/di/Makefile:1.4     Tue Nov 28 15:50:56 2017
+++ pkgsrc/sysutils/di/Makefile Fri Feb  2 10:10:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/11/28 15:50:56 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/02 10:10:34 jperkin Exp $
 
 DISTNAME=      di-4.44
 CATEGORIES=    sysutils
@@ -19,5 +19,8 @@ MAKE_ENV+=    prefix=${PREFIX} \
                INST_LOCALEDIR=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \
                DI_MANINSTDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
+# Leave pkgsrc to handle security features.
+MAKE_ENV+=     NO_PIE=yes
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index