18 lines
528 B
Diff
18 lines
528 B
Diff
--- libxml2-2.9.10/configure.ac.orig 2021-01-19 18:13:14.649265300 -0800
|
|
+++ libxml2-2.9.10/configure.ac 2021-01-19 22:34:30.711808300 -0800
|
|
@@ -78,14 +78,6 @@
|
|
dnl then add it
|
|
dnl
|
|
VERSION_SCRIPT_FLAGS=
|
|
-# lt_cv_prog_gnu_ld is from libtool 2.+
|
|
-if test "$lt_cv_prog_gnu_ld" = yes; then
|
|
- VERSION_SCRIPT_FLAGS=-Wl,--version-script=
|
|
-else
|
|
- case $host in
|
|
- *-*-sunos*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";;
|
|
- esac
|
|
-fi
|
|
AC_SUBST(VERSION_SCRIPT_FLAGS)
|
|
AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"])
|
|
|