From 2856c59c736ba931b8f915b071f467dba595716b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:37:59 +0000 Subject: automatic import of bacula --- bacula-g++-options.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bacula-g++-options.patch (limited to 'bacula-g++-options.patch') diff --git a/bacula-g++-options.patch b/bacula-g++-options.patch new file mode 100644 index 0000000..c99093f --- /dev/null +++ b/bacula-g++-options.patch @@ -0,0 +1,15 @@ +diff -Naur bacula-11.0.1.old/autoconf/configure.in bacula-11.0.1/autoconf/configure.in +--- bacula-11.0.1.old/autoconf/configure.in 2021-02-11 14:09:48.635047858 +0100 ++++ bacula-11.0.1/autoconf/configure.in 2021-02-11 14:10:48.026027852 +0100 +@@ -3274,11 +3274,6 @@ + AC_DEFINE(FDLIBS) + + CFLAGS=${CFLAGS--O} +- +-if test x$have_gcc = xyes ; then +- CPPFLAGS="$CPPFLAGS -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti" +- CFLAGS="$CFLAGS -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti" +-fi + LDFLAGS=${LDFLAGS--O} + CPPFLAGS="$CPPFLAGS" + CFLAGS="$CFLAGS" -- cgit v1.2.3