Browse Source

Requires gcc: > ./configure: gcc: not found > configure: error: Cannot locate libgcc. Make sure that gcc is in your path

master
parent
commit
0664cec618
  1. 6
      php/php.spec

6
php/php.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Language
License: PHP
Version: 4.3.0
Release: 20030113
Release: 20030115
# list of sources
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
@ -41,7 +41,7 @@ Source0: http://www.php.net/distributions/php-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, sed, flex, bison
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, sed, flex, bison
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@ -53,7 +53,7 @@ AutoReqProv: no
developers to write dynamically generated pages quickly.
%prep
%setup -q -n php-%{version}
%setup -q
%build
CC="%{l_cc}" \

Loading…
Cancel
Save