diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/radvd/patches/patch-Makefile_am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/radvd/patches/patch-Makefile_am b/package/radvd/patches/patch-Makefile_am new file mode 100644 index 000000000..b5672517f --- /dev/null +++ b/package/radvd/patches/patch-Makefile_am @@ -0,0 +1,10 @@ +--- radvd-2.5.orig/Makefile.am 2014-08-03 03:48:12.000000000 +0200 ++++ radvd-2.5/Makefile.am 2014-08-12 08:48:15.000000000 +0200 +@@ -43,7 +43,6 @@ DISABLE_WARNINGS = \ + + AM_CFLAGS = \ + -fno-strict-aliasing \ +- -fstack-protector \ + $(ENABLE_WARNINGS) \ + $(DISABLE_WARNINGS) + |