Explorar el Código

use our libconv to avoid clashes with vendor libraries

Michael van Elst hace 23 años
padre
commit
36b5427f36
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      glib2/glib2.spec

+ 6 - 3
glib2/glib2.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Algorithm
 License:      GPL
 Version:      %{V_glib2_major}.%{V_glib2_minor}
-Release:      20030508
+Release:      20030513
 
 #   package options
 %option       with_threads  no
@@ -48,8 +48,10 @@ Source0:      ftp://ftp.gtk.org/pub/gtk/v%{V_glib2_major}/glib-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206, gettext, pkgconfig >= 0.14.0, make
-PreReq:       OpenPKG, openpkg >= 20020206, gettext, pkgconfig >= 0.14.0
+BuildPreReq:  OpenPKG, openpkg >= 20020206, make
+BuildPreReq:  gettext, libiconv, pkgconfig >= 0.14.0
+PreReq:       OpenPKG, openpkg >= 20020206
+PreReq:       gettext, libiconv, pkgconfig >= 0.14.0
 AutoReq:      no
 AutoReqProv:  no
 
@@ -79,6 +81,7 @@ AutoReqProv:  no
     LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
+        --with-libiconv=gnu \
         --disable-debug \
         --disable-shared \
 %if "%{with_threads}" == "yes"