From: John Wehle Date: Wed, 3 May 2000 00:26:43 +0000 (+0000) Subject: * ltconfig.in (hpux10.20*): use file_magic for X-Git-Tag: release-1-3-5~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=58d122e7e80078599e64617e2cfbcea964e5495e;p=thirdparty%2Flibtool.git * ltconfig.in (hpux10.20*): use file_magic for inter-library dependency tracking. --- diff --git a/ChangeLog b/ChangeLog index bd0e675fc..2ec65705b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-03 John Wehle (john@feith.com) + + * ltconfig.in (hpux10.20*): use file_magic for + inter-library dependency tracking. + 2000-05-02 Gary V. Vaughan * AUTHORS: Update my email address. diff --git a/ltconfig.in b/ltconfig.in index 089f8e5a1..db10a66f9 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1925,6 +1925,14 @@ hpux9* | hpux10* | hpux11*) soname_spec='${libname}${release}.sl$major' # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' + case "$host_os" in + hpux10.20*) + # TODO: Does this work for hpux-11 too? + deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' + file_magic_cmd=/usr/bin/file + file_magic_test_file=/usr/lib/libc.sl + ;; + esac ;; irix5* | irix6*)