From 05497d6fb1f3706400c414e8050d16ee606aaf1e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 4 Sep 2000 04:31:04 +0000 Subject: [PATCH] * ltconfig.in [FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set to no. --- ChangeLog | 3 +++ ltconfig.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index de6f51638..d03f83531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-03 Alexandre Oliva + * ltconfig.in [FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set + to no. + * libtool.m4: Fix typo I introduced in yesterday's patch. * libltdl/ltdl.c (lt_dlopen): Set dlname from library_names if diff --git a/ltconfig.in b/ltconfig.in index 63c8486ba..1fe3fdbf3 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1914,10 +1914,10 @@ freebsd*) esac shlibpath_var=LD_LIBRARY_PATH case "$host_os" in - freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*) + freebsd2*) shlibpath_overrides_runpath=yes ;; - *) # from 3.2 on + *) shlibpath_overrides_runpath=no ;; esac -- 2.47.3