omit_extra_libs.patch 522 B

123456789101112131415161718192021
  1. From: Stefan Fritsch <sf@debian.org>
  2. Subject: #463399
  3. ---
  4. apr-config.in | 2 +-
  5. 1 file changed, 1 insertion(+), 1 deletion(-)
  6. Index: apr/apr-config.in
  7. ===================================================================
  8. --- apr.orig/apr-config.in
  9. +++ apr/apr-config.in
  10. @@ -36,7 +36,7 @@
  11. CPPFLAGS="@EXTRA_CPPFLAGS@"
  12. CFLAGS="@EXTRA_CFLAGS@"
  13. LDFLAGS="@EXTRA_LDFLAGS@"
  14. -LIBS="@EXTRA_LIBS@"
  15. +LIBS=""
  16. EXTRA_INCLUDES="@EXTRA_INCLUDES@"
  17. SHLIBPATH_VAR="@shlibpath_var@"
  18. APR_SOURCE_DIR="$(cd @installbuilddir@/.. ; pwd)"