]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even
authorGary V. Vaughan <gary@gnu.org>
Fri, 26 Feb 1999 18:48:07 +0000 (18:48 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 26 Feb 1999 18:48:07 +0000 (18:48 +0000)
sure whether win32 honours the runpath at all when searching for
a dll to load!  Anyway, when set to yes this prevents a gratuitous
warning.

ChangeLog
ltconfig.in

index fa61f9f24d18d826f1d0700752a3092c332bec74..6af50ae8479123f083ba362f419656873dd1f37f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-02-26  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>
 
+       * ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even
+       sure whether win32 honours the runpath at all when searching for
+       a dll to load!  Anyway, when set to yes this prevents a gratuitous
+       warning.
+
        * depdemo/l4/Makefile.am (LIBADD_M): removed.  ILD takes care of
        this for us.
        
index d0048b414c7a7a7c17c3eecf2925b28249c18db4..95295f747d874afd27f0ad6131a924366be8fe9f 100755 (executable)
@@ -1624,6 +1624,7 @@ cygwin* | mingw*)
   deplibs_check_method='file_magic file format pei*-i386.*architecture: i386'
   file_magic_cmd='objdump -f'
   need_lib_prefix=no
+  shlibpath_overrides_runpath=yes
   # FIXME: first we should search . and the directory the executable is in
   shlibpath_var=PATH
   ;;