Browse Source

configure accidentally adds -Wall to non-gcc

master
Thomas Lotterer 24 years ago committed by Ralf S. Engelschall
parent
commit
a972645a64
  1. 4
      bc/bc.spec

4
bc/bc.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Algorithm Group: Algorithm
License: GPL License: GPL
Version: 1.06 Version: 1.06
Release: 20020206 Release: 20020814
# list of sources # list of sources
Source0: ftp://ftp.gnu.org/gnu/bc/%{name}-%{version}.tar.gz Source0: ftp://ftp.gnu.org/gnu/bc/%{name}-%{version}.tar.gz
@ -41,7 +41,7 @@ Source0: ftp://ftp.gnu.org/gnu/bc/%{name}-%{version}.tar.gz
# build information # build information
Prefix: %{l_prefix} Prefix: %{l_prefix}
BuildRoot: %{l_buildroot} BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, flex BuildPreReq: OpenPKG, openpkg >= 20020206, flex, gcc
PreReq: OpenPKG, openpkg >= 20020206 PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no AutoReq: no
AutoReqProv: no AutoReqProv: no

Loading…
Cancel
Save