Skip to content

Commit

Permalink
net/tayga: enable all hardening
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jun 1, 2017
1 parent 8c89923 commit 753e123
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/bsd.hardening.exceptions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ stegdetect_HARDENING+= nopie
superlu_mt_HARDENING+= nopie norelro
swi-pl_HARDENING+= nopie norelro
tarantool_HARDENING+= nopie
tayga_HARDENING+= nopie
tcc_HARDENING+= nopie norelro
tdom_HARDENING+= norelro
telegram-purple_HARDENING+= nopie norelro
Expand Down Expand Up @@ -595,6 +594,7 @@ sysinfo_HARDENING+= safestack
syslogd_HARDENING+= safestack
tar_HARDENING+= safestack
tarsnap_HARDENING+= safestack
tayga_HARDENING+= safestack
tcpdump_HARDENING+= safestack
tcptraceroute_HARDENING+= safestack
terminology_HARDENING+= safestack
Expand Down
11 changes: 11 additions & 0 deletions net/tayga/files/patch-Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- Makefile.in.orig 2017-06-01 06:29:03 UTC
+++ Makefile.in
@@ -113,7 +113,7 @@ AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS ?= @CFLAGS@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = -DTAYGA_CONF_PATH=\"$(tayga_conf_path)\"

0 comments on commit 753e123

Please sign in to comment.