OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Jun-2004 14:12:23
Branch: HEAD Handle: 2004060413122200
Modified files:
openpkg-src/inn inn.spec
Log:
inn build unconditionally uses GCC specific option
(-fno-strict-aliasing and gcc/binutils specific (-E) linker flag
Summary:
Revision Changes Path
1.90 +3 -3 openpkg-src/inn/inn.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.89 -r1.90 inn.spec
--- openpkg-src/inn/inn.spec 7 Feb 2004 17:55:40 -0000 1.89
+++ openpkg-src/inn/inn.spec 4 Jun 2004 12:12:22 -0000 1.90
@@ -34,7 +34,7 @@
Group: News
License: ISC
Version: 2.4.1
-Release: 20040207
+Release: 20040604
# package options
%option with_fsl yes
@@ -48,8 +48,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gzip, make, perl, bison, flex
-PreReq: OpenPKG, openpkg >= 20040130, gzip, perl, MTA
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, gzip, make, perl, bison, flex
+PreReq: OpenPKG, openpkg >= 20040130, gcc, gzip, perl, MTA
BuildPreReq: db, openssl
PreReq: db, openssl
%if "%{with_fsl}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]