File: omit_extra_libs.patch

package info (click to toggle)
apr 1.7.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,448 kB
  • sloc: ansic: 66,059; sh: 4,279; perl: 900; awk: 393; makefile: 375; python: 146
file content (18 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Stefan Fritsch <sf@debian.org>
Subject: #463399

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

--- apr.orig/apr-config.in
+++ apr/apr-config.in
@@ -36,7 +36,7 @@ SHELL="@SHELL@"
 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)"