|
@@ -40,7 +40,7 @@ Source0: http://www.tuxedo.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 0.9-33, openssl, make
|
|
|
|
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 0.9-33, openssl, make, flex
|
|
|
PreReq: OpenPKG, openpkg >= 0.9-33
|
|
PreReq: OpenPKG, openpkg >= 0.9-33
|
|
|
AutoReq: no
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
AutoReqProv: no
|
|
@@ -57,6 +57,7 @@ AutoReqProv: no
|
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
|
+ PATH="%{l_prefix}/bin:$PATH"; export PATH
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
./configure \
|