bindfs-1.13.4-cflags.patch 778 B

123456789101112131415161718192021222324252627282930
  1. From 1789b728e8118626adb6b945303f1b2059a2e84d Mon Sep 17 00:00:00 2001
  2. From: Sebastian Pipping <sebastian@pipping.org>
  3. Date: Sun, 23 Oct 2016 17:09:38 +0200
  4. Subject: [PATCH] Respect custom CFLAGS
  5. ---
  6. configure.ac | 6 ------
  7. 1 file changed, 6 deletions(-)
  8. diff --git a/configure.ac b/configure.ac
  9. index fb78b0b..f59c617 100644
  10. --- a/configure.ac
  11. +++ b/configure.ac
  12. @@ -16,12 +16,6 @@ AC_ARG_WITH([core-foundation],
  13. AS_HELP_STRING([--with-core-foundation], [link against Core Foundation (OS X only) @<:@default=no@:>@]))
  14. -if test x"$enable_debug" == "xyes" ; then
  15. - my_CFLAGS="-g -O0"
  16. -else
  17. - my_CFLAGS="-O2"
  18. -fi
  19. -
  20. if test x"$enable_debug_output" == "xyes" ; then
  21. AC_DEFINE([BINDFS_DEBUG], [1], [Define to 1 to enable debugging messages])
  22. fi
  23. --
  24. 2.10.0