pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 27 12:29:17 UTC 2016

Modified Files:
        pkgsrc/mk/platform: NetBSD.mk

Log Message:
Enable cwrappers by default on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mk/platform/NetBSD.mk

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

Modified files:

Index: pkgsrc/mk/platform/NetBSD.mk
diff -u pkgsrc/mk/platform/NetBSD.mk:1.48 pkgsrc/mk/platform/NetBSD.mk:1.49
--- pkgsrc/mk/platform/NetBSD.mk:1.48   Fri Mar 11 23:54:09 2016
+++ pkgsrc/mk/platform/NetBSD.mk        Thu Oct 27 12:29:17 2016
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD.mk,v 1.48 2016/03/11 23:54:09 khorben Exp $
+# $NetBSD: NetBSD.mk,v 1.49 2016/10/27 12:29:17 wiz Exp $
 #
 # Variable definitions for the NetBSD operating system.
 
@@ -146,6 +146,8 @@ _OPSYS_SUPPORTS_RELRO=      yes
 _OPSYS_SUPPORTS_SSP=   yes
 .endif
 
+_OPSYS_SUPPORTS_CWRAPPERS=     yes
+
 _OPSYS_CAN_CHECK_SHLIBS=       yes # use readelf in check/bsd.check-vars.mk
 
 # check for maximum command line length and set it in configure's environment,



Home | Main Index | Thread Index | Old Index