1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/archivers/gtar/files/patch-configure
Christian Weisgerber 6782202db5 Update to 1.30. Noteworthy changes:
* Member names containing '..' components are now skipped when extracting.
* Report erroneous use of position-sensitive options.
* --numeric-owner now affects private headers too.
* Fixed the --delay-directory-restore option
* The --warnings=failed-read option
* The --warnings=none option now suppresses all warnings
* Fix reporting of hardlink mismatches during compare
2018-05-02 10:49:13 +00:00

15 lines
533 B
Plaintext

Hack to disable shared library detection, so configure won't try
to link with "/usr/local/lib/libiconv.so -static".
--- configure.orig 2017-12-17 11:25:08 UTC
+++ configure
@@ -37451,7 +37451,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"