Browse Source

fix IPv6 tests in configure

Michael van Elst 22 years ago
parent
commit
6bd6df7c57
1 changed files with 5 additions and 1 deletions
  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 \