diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:52 +0000 |
commit | ef73e5d2f4131ded4c897709163ebfb5d119c7ed (patch) | |
tree | b5fa524bac8913514aeb7dc4f7fe7d054bb297ca /debian/patches/21_do_not_strip_-g.diff | |
parent | Adding upstream version 2.9.0dev.6. (diff) | |
download | lynx-ef73e5d2f4131ded4c897709163ebfb5d119c7ed.tar.xz lynx-ef73e5d2f4131ded4c897709163ebfb5d119c7ed.zip |
Adding debian version 2.9.0dev.6-3~deb11u1.debian/2.9.0dev.6-3_deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/21_do_not_strip_-g.diff')
-rw-r--r-- | debian/patches/21_do_not_strip_-g.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/21_do_not_strip_-g.diff b/debian/patches/21_do_not_strip_-g.diff new file mode 100644 index 0000000..78bca55 --- /dev/null +++ b/debian/patches/21_do_not_strip_-g.diff @@ -0,0 +1,17 @@ +Description: Stop ./configure from stripping out -g from CFLAGS +Author: Andreas Metzler <ametzler@debian.org>, + Simon Ruderich <simon@ruderich.org> +Origin: vendor +Last-Update: 2015-05-08 + +--- a/configure ++++ b/configure +@@ -3737,7 +3737,7 @@ + test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'` + ;; + (*) +- test -z "$ORIGINAL_CFLAGS" && CFLAGS=`echo ${CFLAGS} | sed -e 's%-g %%' -e 's%-g$%%'` ++ : + ;; + esac + fi |