Package: aldo / 0.7.7-1

use-default-ld-search-path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Aron Xu <aron@debian.org>
Subject: use default ld search path
 -L/usr/lib is hard coded in configure.ac and will cause porting difficulties
Bug-Debian: 723209
Last-Update: 2014-10-21
Index: aldo-0.7.7/configure.ac
===================================================================
--- aldo-0.7.7.orig/configure.ac
+++ aldo-0.7.7/configure.ac
@@ -8,8 +8,8 @@ AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([dist-bzip2])
 
 CPPFLAGS="-I${includedir}"
-LDFLAGS="-L${libdir}"
-LIBS="-L${libdir} ${LIBS}"
+#LDFLAGS="-L${libdir}"
+#LIBS="-L${libdir} ${LIBS}"
 
 # Checks for programs.
 AC_PROG_CXX