openbsd-ports/archivers/zziplib/patches/patch-configure
giovanni aa69604392 Update to 0.13.52
Fixes build on vax.
ok benoit@
2009-05-25 15:29:24 +00:00

30 lines
1.1 KiB
Plaintext

$OpenBSD: patch-configure,v 1.3 2009/05/25 15:29:24 giovanni Exp $
--- configure.orig Fri May 22 16:44:45 2009
+++ configure Sun May 24 14:09:41 2009
@@ -9126,7 +9126,11 @@ $as_echo_n "checking whether the $compiler linker ($LD
# here allows them to be overridden if necessary.
runpath_var=LD_RUN_PATH
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
- export_dynamic_flag_spec='${wl}--export-dynamic'
+ if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
+ export_dynamic_flag_spec='${wl}--export-dynamic'
+ else
+ export_dynamic_flag_spec=
+ fi
# ancient GNU ld didn't support --whole-archive et. al.
if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
@@ -16176,7 +16180,11 @@ case "$host_os" in
RESOLVES=' '
;;
*)
- ZZIPLIB_LDFLAGS="--export-dynamic"
+ if test "$ld_shlibs" = no; then
+ ZZIPLIB_LDFLAGS=""
+ else
+ ZZIPLIB_LDFLAGS="--export-dynamic"
+ fi
RESOLVES=' # '
;;
esac