From 0f7d8589f8916f84ffe5b0543db07d19256128aa Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Fri, 26 Feb 1999 18:48:07 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ ltconfig.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fa61f9f24..6af50ae84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-02-26 Gary V. Vaughan + * 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. diff --git a/ltconfig.in b/ltconfig.in index d0048b414..95295f747 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 ;; -- 2.47.2