summaryrefslogtreecommitdiff
path: root/debian/patches/debian-changes
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-changes')
-rw-r--r--debian/patches/debian-changes16
1 files changed, 13 insertions, 3 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index 6b9ddd4..7726cde 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -471,16 +471,26 @@ Combined patches from git.
if test "$echo_cflags" = "yes"; then
- echo $includes $CFLAGS
-+ echo "$includes $CFLAGS" | sed -e 's/ -[gO][^ ]*//g'
++ echo "$includes $CFLAGS" | sed -e 's/ -[DfgOW][^ ]*//g'
fi
if test "$echo_cxxflags" = "yes"; then
- echo $includes $CXXFLAGS
-+ echo "$includes $CXXFLAGS" | sed -e 's/ -[gO][^ ]*//g'
++ echo "$includes $CXXFLAGS" | sed -e 's/ -[DfgOW][^ ]*//g'
fi
if test "$echo_optim" = "yes"; then
-@@ -318,25 +319,26 @@ if test "$echo_ldstaticflags" = "yes"; t
+@@ -310,33 +311,34 @@ if test "$echo_ldflags" = "yes"; then
+ fi
+ fi
+ done
+- echo $libdirs $my_libs
++ echo " $libdirs $my_libs" | sed -e 's/ -W[^ ]*//g' -e 's/^ *//'
+ fi
+
+ if test "$echo_ldstaticflags" = "yes"; then
+- echo $LDSTATIC
++ echo " $LDSTATIC " | sed -e 's/ -W[^ ]*//g' -e 's/^ *//'
fi
if test "$echo_libs" = "yes"; then