Bläddra i källkod

try to fix again: gettext and bison stuff

Ralf S. Engelschall 24 år sedan
förälder
incheckning
859beecfba
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. 2 3
      popt/popt.spec

+ 2 - 3
popt/popt.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Converter
 License:      GPL
 Version:      1.6.4
-Release:      20020820
+Release:      20020822
 
 #   list of sources
 Source0:      ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/popt-%{version}.tar.gz
@@ -41,7 +41,7 @@ Source0:      ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/popt-%{version}.tar.gz
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20020206
+BuildPreReq:  OpenPKG, openpkg >= 20020206, gettext, bison
 PreReq:       OpenPKG, openpkg >= 20020206
 AutoReq:      no
 AutoReqProv:  no
@@ -64,7 +64,6 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --disable-shared \
-        --with-included-gettext \
         --disable-nls
     %{l_make} %{l_mflags -O}