makedeb


libapr2-svn 1904787-1


Apache Portable Runtime library. Version 2 from SVN trunk.

Viewing /omit_extra_libs.patch.

View raw.

Click here to go back to the Git tree for libapr2-svn.

From: Stefan Fritsch <sf@debian.org>
Subject: #463399

---
 apr-config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: apr/apr-config.in
===================================================================
--- apr.orig/apr-config.in
+++ apr/apr-config.in
@@ -36,7 +36,7 @@
 CPPFLAGS="@EXTRA_CPPFLAGS@"
 CFLAGS="@EXTRA_CFLAGS@"
 LDFLAGS="@EXTRA_LDFLAGS@"
-LIBS="@EXTRA_LIBS@"
+LIBS=""
 EXTRA_INCLUDES="@EXTRA_INCLUDES@"
 SHLIBPATH_VAR="@shlibpath_var@"
 APR_SOURCE_DIR="$(cd @installbuilddir@/.. ; pwd)"