Explorar o código

fix IPv6 tests in configure

Michael van Elst %!s(int64=22) %!d(string=hai) anos
pai
achega
6bd6df7c57
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      libxml/libxml.spec

+ 5 - 1
libxml/libxml.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        SGML
 License:      LGPL
 Version:      2.5.8
-Release:      20030709
+Release:      20030718
 
 #   list of sources
 Source0:      ftp://xmlsoft.org/libxml2-%{version}.tar.gz
@@ -56,6 +56,10 @@ AutoReqProv:  no
 %prep
     %setup -q -n libxml2-%{version}
     %patch -p0
+    #   fix syntax error
+    %{l_shtool} subst \
+        -e 's;\(test  *\$[a-z0-9_]*\)=;\1 = ;g' \
+        configure.in configure
 
 %build
     %{l_shtool} subst \