summaryrefslogtreecommitdiff
path: root/devel/libtool/patches/patch-aa
diff options
context:
space:
mode:
authorskrll <skrll>2001-10-04 07:58:02 +0000
committerskrll <skrll>2001-10-04 07:58:02 +0000
commit0b1ca6152772cc0d2f10472d0f1180bb17a0fc5d (patch)
tree0f39b2bab342c19312e6c86c5df1ca1c20a7eb73 /devel/libtool/patches/patch-aa
parentd3cde403465c9c2cac8098ccf79f4557f2e75244 (diff)
downloadpkgsrc-0b1ca6152772cc0d2f10472d0f1180bb17a0fc5d.tar.gz
There is only one system library path: /usr/lib. Don't include /lib and
/usr/local/lib. Discussed with Johnny Lam <jlam@netbsd.org> and Bernd Ernesti <veego@netbsd.org> Problem reported by Jeremy C. Reed <reed@reedmedia.net> on tech-pkg
Diffstat (limited to 'devel/libtool/patches/patch-aa')
-rw-r--r--devel/libtool/patches/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa
index f25311be017..44dbd7d0ca3 100644
--- a/devel/libtool/patches/patch-aa
+++ b/devel/libtool/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.25 2001/06/14 14:55:46 skrll Exp $
+$NetBSD: patch-aa,v 1.26 2001/10/04 07:58:02 skrll Exp $
--- ltconfig.in.orig Mon May 21 05:05:06 2001
+++ ltconfig.in
@@ -11,7 +11,16 @@ $NetBSD: patch-aa,v 1.25 2001/06/14 14:55:46 skrll Exp $
need_lib_prefix=no
need_version=no
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
-@@ -1282,7 +1282,7 @@
+@@ -1236,6 +1236,8 @@
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=yes
+ hardcode_into_libs=yes
++ sys_lib_dlsearch_path_spec="/usr/lib"
++ sys_lib_search_path_spec="/usr/lib"
+ ;;
+
+ newsos6)
+@@ -1282,7 +1284,7 @@
;;
solaris*)