From: Alexandre Oliva Date: Mon, 4 Sep 2000 04:31:04 +0000 (+0000) Subject: * ltconfig.in [FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05497d6fb1f3706400c414e8050d16ee606aaf1e;p=thirdparty%2Flibtool.git * ltconfig.in [FreeBSD 3.[01]] (shlibpath_overrides_runpath): Set to no. --- 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