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... > --- 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 -- Daniel Veillard | Open Source and Standards, Red Hat [email protected] | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] https://mail.gnome.org/mailman/listinfo/xml
