]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (freebsd2.2*, hardcode_minus_L): for FreeBSD 2.2.6,
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 25 Jan 1999 07:22:03 +0000 (07:22 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 25 Jan 1999 07:22:03 +0000 (07:22 +0000)
this must be `no'

ChangeLog
ltconfig.in

index ceca2f14e3fcd19a8e29858c9a18b0085d7dcdd6..29df815369a0ee48de609db88f2ec9a115f9f553 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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'
index f303bf9a6d06a60f5dd1983b114b9deefd3df757..b46177c16ae594a12f966f68ac05b5030bce7f76 100755 (executable)
@@ -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
     ;;