Explorar el Código

fix cpp problems

Ralf S. Engelschall hace 20 años
padre
commit
00eb236608
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      libidn/libidn.spec

+ 4 - 1
libidn/libidn.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        DNS
 License:      LGPL
 Version:      0.5.19
-Release:      20051008
+Release:      20051009
 
 #   list of sources
 Source0:      http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
@@ -77,6 +77,9 @@ AutoReqProv:  no
 %prep
     %setup -q
     %patch -p0
+    %{l_shtool} subst \
+        -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
+        configure
 
 %build
     CC="%{l_cc}" \