pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/testdisk



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 14:08:27 UTC 2018

Modified Files:
        pkgsrc/sysutils/testdisk: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/testdisk/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/testdisk/Makefile
diff -u pkgsrc/sysutils/testdisk/Makefile:1.12 pkgsrc/sysutils/testdisk/Makefile:1.13
--- pkgsrc/sysutils/testdisk/Makefile:1.12      Sun Jan 14 10:40:46 2018
+++ pkgsrc/sysutils/testdisk/Makefile   Fri Feb  2 14:08:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/01/14 10:40:46 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/02/02 14:08:27 jperkin Exp $
 
 DISTNAME=              testdisk-7.0
 CATEGORIES=            sysutils
@@ -19,6 +19,7 @@ GNU_CONFIGURE=                yes
 .endif
 
 CONFIGURE_ARGS+=       --disable-qt
+CONFIGURE_ARGS+=       --disable-stack-protector
 
 # testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers
 # fuse-ntfs-3g.  Ignore configure-time warnings that the ntfs library is



Home | Main Index | Thread Index | Old Index