lzma compression and the -a option to select the compression algorithm basing on the suffix of the archive file name.
13 lines
511 B
Plaintext
13 lines
511 B
Plaintext
$OpenBSD: patch-configure,v 1.7 2008/04/18 14:52:25 naddy Exp $
|
|
--- configure.orig Mon Apr 14 14:05:11 2008
|
|
+++ configure Wed Apr 16 21:52:27 2008
|
|
@@ -34776,7 +34776,7 @@ fi
|
|
echo "${ECHO_T}$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"
|