This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository avce00.

commit b2eb81af8103a088cc2178342f19679bc46b7101
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Wed Oct 15 20:43:28 2014 +0200

    Enable hardening when compiling/linking
---
 debian/patches/GNUmakefile.diff | 15 +++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/GNUmakefile.diff b/debian/patches/GNUmakefile.diff
new file mode 100644
index 0000000..2265639
--- /dev/null
+++ b/debian/patches/GNUmakefile.diff
@@ -0,0 +1,15 @@
+Enable the hardening flags when linking
+
+--- avce00-2.0.0.orig/GNUmakefile
++++ avce00-2.0.0/GNUmakefile
+@@ -70,8 +70,8 @@ OPTFLAGS := $(OPTFLAGS) -DAVC_MAP_TYPE40_TO_DOUBLE
+ #
+ #  
+ #
+-CFLAGS= $(BYTE_ORDER_FL) $(OPTFLAGS) -g -Wall -DDEBUG
+-LFLAGS= 
++CFLAGS+= $(BYTE_ORDER_FL) $(OPTFLAGS) -g -Wall -DDEBUG
++LFLAGS=$(LDFLAGS) 
+ AR= ar
+ 
+ LIB_OBJS= avc_e00read.o avc_e00write.o avc_rawbin.o avc_bin.o avc_binwr.o \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a1f416e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+GNUmakefile.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/avce00.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to