1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/archivers/gtar/files/patch-configure
Christian Weisgerber 2f7d19d082 archivers/gtar: update to 1.33
Noteworthy changes:
* POSIX extended format headers do not include PID by default
* --delay-directory-restore works for archives with reversed member ordering
* Fix extraction of a symbolic link hardlinked to another symbolic link
* Wildcards in exclude-vcs-ignore mode don't match slash
* Fix the --no-overwrite-dir option
* Fix handling of chained renames in incremental backups
* Link counting works for file names supplied with -T
* Accept only position-sensitive (file-selection) options in file list files
2021-01-17 18:23:33 +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 2021-01-07 14:30:44 UTC
+++ configure
@@ -40537,7 +40537,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"