Browse Source

don't pick up system perl but require our package

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
201dd57cc5
  1. 7
      aegis/aegis.spec

7
aegis/aegis.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Text
License: GPL
Version: 4.11
Release: 20030711
Release: 20030801
# list of sources
Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
@ -41,8 +41,8 @@ Source0: http://aegis.sourceforge.net/aegis-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20021230, bison, groff
PreReq: OpenPKG, openpkg >= 20021230
BuildPreReq: OpenPKG, openpkg >= 20021230, perl, bison, groff
PreReq: OpenPKG, openpkg >= 20021230, perl
BuildPreReq: zlib, gettext, libiconv
PreReq: zlib, gettext, libiconv
AutoReq: no
@ -71,6 +71,7 @@ AutoReqProv: no
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
LIBS="-lintl -liconv" \
PERL="%{l_prefix}/bin/perl" \
./configure \
--prefix=%{l_prefix} \
--disable-nls

Loading…
Cancel
Save