[SCM] soundtouch/master: Do not clear CXXFLAGS.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Thu Jul 2 06:17:59 UTC 2015


The following commit has been merged in the master branch:
commit cb6210b4f9476bf8d06bfbbac5788d74ec4e5478
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Thu Jul 2 01:21:49 2015 -0400

    Do not clear CXXFLAGS.

diff --git a/debian/patches/preserve-cxxflags.patch b/debian/patches/preserve-cxxflags.patch
new file mode 100644
index 0000000..b39ce3d
--- /dev/null
+++ b/debian/patches/preserve-cxxflags.patch
@@ -0,0 +1,18 @@
+Description: Do not empty CXXFLAGS.
+ It removes:
+ CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security
+Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
+Forwarded: not-needed
+Last-Update: 2015-07-02
+    
+--- soundtouch-1.9.0.orig/configure.ac
++++ soundtouch-1.9.0/configure.ac
+@@ -199,7 +199,7 @@ fi
+ AC_SUBST([AM_CXXFLAGS], [$AM_CXXFLAGS])
+ 
+ # Empty default CXXFLAGS so user can set them if desirable
+-AC_SUBST([CXXFLAGS], [ ])
++#AC_SUBST([CXXFLAGS], [ ])
+ 
+ 
+ # SSTypes.h by default enables optimizations. Those already got disabled if
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..29ff7bb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+preserve-cxxflags.patch

-- 
soundtouch packaging



More information about the pkg-multimedia-commits mailing list