From c8f0330b4dfec35ca9a9d7943582580359c6705a Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 28 Dec 2019 16:03:36 +0100 Subject: Rename motif patchset from 2.3.6 to 2.3.8. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No change in file content. Signed-off-by: Ulrich Müller --- patchsets/motif/2.3.8/06_all_cflags.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 patchsets/motif/2.3.8/06_all_cflags.patch (limited to 'patchsets/motif/2.3.8/06_all_cflags.patch') diff --git a/patchsets/motif/2.3.8/06_all_cflags.patch b/patchsets/motif/2.3.8/06_all_cflags.patch new file mode 100644 index 0000000..681783d --- /dev/null +++ b/patchsets/motif/2.3.8/06_all_cflags.patch @@ -0,0 +1,14 @@ +https://bugs.gentoo.org/604242 +Do not add -g to the user's CFLAGS. + +--- motif-2.3.6-orig/configure.ac ++++ motif-2.3.6/configure.ac +@@ -158,7 +158,7 @@ + + if test x$GCC = xyes + then +- CFLAGS="$CFLAGS -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment" ++ CFLAGS="$CFLAGS -Wall -fno-strict-aliasing -Wno-unused -Wno-comment" + if test ` $CC -dumpversion | sed -e 's/\(^.\).*/\1/'` = "4" ; then + CFLAGS="$CFLAGS -fno-tree-ter" + fi -- cgit v1.2.3-65-gdbad