Browse Source

php requires flex and bison

master
parent
commit
a8cccd87b4
  1. 3
      php/php.spec

3
php/php.spec

@ -41,7 +41,7 @@ Patch0: ftp://ftp.openpkg.org/DST/php-%{version}.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 0.9-20011025.0
BuildPreReq: OpenPKG, openpkg >= 0.9-20011025.0, flex, bison
PreReq: OpenPKG, openpkg >= 0.9-20011025.0
AutoReq: no
AutoReqProv: no
@ -57,6 +57,7 @@ AutoReqProv: no
%patch0 -p1
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \

Loading…
Cancel
Save