Re: [xml] configure problem with version 2.9.0 on solaris



I can confirm that this patch works fine on Solaris. Can we have it integrated now?

Petr

--- libxml2-2.9.2/configure.ac  2014-10-15 21:06:15.000000000 -0700
+++ libxml2-2.9.2/configure.ac  2014-10-30 06:08:49.500465105 -0700
@@ -83,6 +83,7 @@
 else
   case $host in
   *-*-sunos*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";;
+  *-*-solaris*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";;
   esac
 fi
 AC_SUBST(VERSION_SCRIPT_FLAGS)



On 10/29/12 10:24 AM, Petr Sumbera wrote:
Dne 29.10.12 07:20, Daniel Veillard napsal(a):
On Fri, Oct 26, 2012 at 04:36:37PM +0200, Petr Sumbera wrote:
Hi,

please see attached patch
Thanks,

   I'm fine with adding *-*-solaris*), but is seems that older
SunOS version named themselves *-*-sunos*, so I would not
remove that previous line without a good reason...

I'm not configure expert so I'm was not able to find where 'host' is
filled. So I cannot comment here much... But yes. Probably it's ok to
have there both possibilities.

Petr


--- libxml2-2.9.0/configure.in.orig    Fri Oct 26 05:38:05 2012
+++ libxml2-2.9.0/configure.in    Fri Oct 26 06:28:05 2012
@@ -82,7 +82,7 @@
    VERSION_SCRIPT_FLAGS=-Wl,--version-script=
  else
    case $host in
-  *-*-sunos*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";;
+  *-*-solaris*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";;
    esac
  fi
  AC_SUBST(VERSION_SCRIPT_FLAGS)

Daniel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]