[med-svn] [SCM] praat branch, master, updated. debian/5.3.14-1-10-gb16982d

Rafael Laboissiere rafael at laboissiere.net
Fri May 18 17:27:02 UTC 2012


The following commit has been merged in the master branch:
commit b16982dba9ced55570f632aac38187ca806347c3
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri May 18 18:39:57 2012 +0200

    debian/patches/use-ldflags.patch: New patch
    
    This fixes the Lintian warning hardening-no-relro.

diff --git a/debian/patches/series b/debian/patches/series
index a7b179a..1092912 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-dpkg-buildflags.patch
+use-ldflags.patch
diff --git a/debian/patches/use-ldflags.patch b/debian/patches/use-ldflags.patch
new file mode 100644
index 0000000..be074fd
--- /dev/null
+++ b/debian/patches/use-ldflags.patch
@@ -0,0 +1,16 @@
+Description: Use LDFLAGS when linking the main praat executable
+ This fixes the Lintian warning hardening-no-relro.
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Last-Update: 2012-05-18
+
+--- praat-5.3.15.orig/makefile
++++ praat-5.3.15/makefile
+@@ -40,7 +40,7 @@ all:
+ 		external/espeak/libespeak.a external/portaudio/libportaudio.a \
+ 		external/flac/libflac.a external/mp3/libmp3.a \
+ 		external/glpk/libglpk.a external/gsl/libgsl.a \
+-		$(LIBS)
++		$(LIBS) $(LDFLAGS)
+ 
+ clean:
+ 	$(MAKE) -C external/gsl clean

-- 
Debian packaging for Praat



More information about the debian-med-commit mailing list