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



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]