Explorar el Código

wedge in libxml2 as libxml

Michael van Elst hace 23 años
padre
commit
f495edbdbe
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      xmms/xmms.spec

+ 2 - 1
xmms/xmms.spec

@@ -62,8 +62,9 @@ AutoReqProv:  no
 %build
 %build
     CC="%{l_cc}" \
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags}" \
     CFLAGS="%{l_cflags}" \
-    CPPFLAGS="%{l_cppflags}" \
+    CPPFLAGS="%{l_cppflags} -I%{l_prefix}/include/libxml2/libxml" \
     LDFLAGS="%{l_ldflags}" \
     LDFLAGS="%{l_ldflags}" \
+    XML_CONFIG="%{l_prefix}/bin/xml2-config" \
     ./configure \
     ./configure \
         --prefix=%{l_prefix} \
         --prefix=%{l_prefix} \
         --with-x \
         --with-x \