X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fspamass-milter.git;a=blobdiff_plain;f=debian%2Fpatches%2Fupdate_for_new_autoconf;fp=debian%2Fpatches%2Fupdate_for_new_autoconf;h=7bab81c0bd00365455f9e5f58f71083a27d4f494;hp=0000000000000000000000000000000000000000;hb=7ce79f61b02ca3dc4ead62465486fa8efe912711;hpb=9d7573adaa8f82afc209ffe656d0f0aed6146b49 diff --git a/debian/patches/update_for_new_autoconf b/debian/patches/update_for_new_autoconf new file mode 100644 index 0000000..7bab81c --- /dev/null +++ b/debian/patches/update_for_new_autoconf @@ -0,0 +1,18 @@ +--- a/configure.in ++++ b/configure.in +@@ -18,12 +18,12 @@ + AC_LANG(C++) + + # Enable useable exception handler if it exists. +-AC_CXX_VERBOSE_TERMINATE_HANDLER ++# AC_CXX_VERBOSE_TERMINATE_HANDLER + + # Try and disable all inlining; gdb shows the inlined function in a + # stack trace and you lose the caller's frame. Bad for debugging. +-AC_PIKE_COMPILER_FLAG(-fno-default-inline,fno_default_inline,CXXFLAGS) +-AC_PIKE_COMPILER_FLAG(-fno-inline,fno_inline,CXXFLAGS) ++# AC_PIKE_COMPILER_FLAG(-fno-default-inline,fno_default_inline,CXXFLAGS) ++# AC_PIKE_COMPILER_FLAG(-fno-inline,fno_inline,CXXFLAGS) + + #PIKE_INCLUDE_PATHS + #PIKE_LIBRARY_PATHS