From: Alexandre Oliva Date: Mon, 25 Jan 1999 07:22:03 +0000 (+0000) Subject: * ltconfig.in (freebsd2.2*, hardcode_minus_L): for FreeBSD 2.2.6, X-Git-Tag: release-1-2f~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad1c933cf259aead01f6407f20d3d0289d74f2c;p=thirdparty%2Flibtool.git * ltconfig.in (freebsd2.2*, hardcode_minus_L): for FreeBSD 2.2.6, this must be `no' --- diff --git a/ChangeLog b/ChangeLog index ceca2f14e..29df81536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-01-25 Alexandre Oliva + * ltconfig.in (freebsd2.2*, hardcode_minus_L): for FreeBSD 2.2.6, + this must be `no' + * mkstamp: move the sed script to extract revision and date information into a separate shell-script, so that we can break lines between commands; FreeBSD's sed doesn't like `;' after `t' diff --git a/ltconfig.in b/ltconfig.in index f303bf9a6..b46177c16 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1228,7 +1228,7 @@ else archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes - hardcode_minus_L=yes + hardcode_minus_L=no # verified on 2.2.6 hardcode_shlibpath_var=no ;;