blob: 720b96132b481c0152538a2da85652b8247dbd09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Hack to disable shared library detection, so configure won't try
to link with "/usr/local/lib/libiconv.so -static".
--- configure.orig 2016-05-16 08:52:00 UTC
+++ configure
@@ -35630,7 +35630,7 @@ fi
$as_echo "$acl_cv_rpath" >&6; }
wl="$acl_cv_wl"
acl_libext="$acl_cv_libext"
- acl_shlibext="$acl_cv_shlibext"
+ acl_shlibext="${SHLIBEXT-$acl_cv_shlibext}"
acl_libname_spec="$acl_cv_libname_spec"
acl_library_names_spec="$acl_cv_library_names_spec"
acl_hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
|