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:   khorben
Date:           Fri Jun  9 16:56:27 UTC 2017

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

Log Message:
Register support for FORTIFY on Linux

Tested on Debian GNU/Linux 8.8 (amd64).

Actual support will depend on the underlying distribution though.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/mk/platform/Linux.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/Linux.mk
diff -u pkgsrc/mk/platform/Linux.mk:1.72 pkgsrc/mk/platform/Linux.mk:1.73
--- pkgsrc/mk/platform/Linux.mk:1.72    Wed Feb  1 10:00:17 2017
+++ pkgsrc/mk/platform/Linux.mk Fri Jun  9 16:56:26 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.72 2017/02/01 10:00:17 sevan Exp $
+# $NetBSD: Linux.mk,v 1.73 2017/06/09 16:56:26 khorben Exp $
 #
 # Variable definitions for the Linux operating system.
 
@@ -119,6 +119,9 @@ _OPSYS_CAN_CHECK_SHLIBS=    yes # use reade
 _OPSYS_MAX_CMDLEN_CMD?=        /usr/bin/getconf ARG_MAX
 .endif
 
+# Register support for FORTIFY (with GCC)
+_OPSYS_SUPPORTS_FORTIFY=yes
+
 .if ${MACHINE_ARCH} == "x86_64"
 ABI?=          64
 LIBABISUFFIX?= 64



Home | Main Index | Thread Index | Old Index