2015-03-30 13:39:58 +02:00
|
|
|
---
|
|
|
|
configure | 4 ++++
|
|
|
|
m4/libtool.m4 | 4 ++++
|
|
|
|
2 files changed, 8 insertions(+)
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
--- configure
|
2018-05-02 15:10:44 +02:00
|
|
|
+++ configure 2018-04-10 08:58:00.463820598 +0000
|
2023-03-27 11:44:28 +02:00
|
|
|
@@ -22157,6 +22157,10 @@ fi
|
2011-12-20 18:29:17 +01:00
|
|
|
# most powerpc-linux boxes support dynamic linking these days and
|
|
|
|
# people can always --disable-shared, the test was removed, and we
|
|
|
|
# assume the GNU/Linux dynamic linker is in use.
|
|
|
|
+ if test -n "$ARCH_LIB" ; then
|
|
|
|
+ sys_lib_search_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
|
|
|
|
+ sys_lib_dlsearch_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
|
|
|
|
+ fi
|
|
|
|
dynamic_linker='GNU/Linux ld.so'
|
|
|
|
;;
|
|
|
|
|
|
|
|
--- m4/libtool.m4
|
2018-05-02 15:10:44 +02:00
|
|
|
+++ m4/libtool.m4 2018-04-10 08:58:00.463820598 +0000
|
|
|
|
@@ -2884,6 +2884,10 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu
|
2011-12-20 18:29:17 +01:00
|
|
|
# most powerpc-linux boxes support dynamic linking these days and
|
|
|
|
# people can always --disable-shared, the test was removed, and we
|
|
|
|
# assume the GNU/Linux dynamic linker is in use.
|
|
|
|
+ if test -n "$ARCH_LIB" ; then
|
|
|
|
+ sys_lib_search_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
|
|
|
|
+ sys_lib_dlsearch_path_spec="/usr/${ARCH_LIB} /${ARCH_LIB}"
|
|
|
|
+ fi
|
|
|
|
dynamic_linker='GNU/Linux ld.so'
|
|
|
|
;;
|
|
|
|
|