blob: 11b02450abf3dbecb17e9f0b61f799e2e68fcc40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$FreeBSD$
Hack to disable shared library detection, so configure won't try
to link with "/usr/local/lib/libiconv.so -static".
--- configure.orig
+++ configure
@@ -53560,7 +53560,7 @@
$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"
|