OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Oct-2005 17:04:28
Branch: HEAD Handle: 2005101416042800
Modified files:
openpkg-src/quagga quagga.spec
Log:
cleanup style and seems to require GNU make
Summary:
Revision Changes Path
1.30 +4 -6 openpkg-src/quagga/quagga.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/quagga/quagga.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 quagga.spec
--- openpkg-src/quagga/quagga.spec 26 Sep 2005 14:24:44 -0000 1.29
+++ openpkg-src/quagga/quagga.spec 14 Oct 2005 15:04:28 -0000 1.30
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.98.5
-Release: 20050926
+Release: 20051014
# list of sources
Source0: http://www.quagga.net/download/quagga-%{version}.tar.gz
@@ -47,7 +47,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, perl
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, perl, make
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: readline
PreReq: readline
@@ -89,10 +89,8 @@
# configure package
ISISD=""
case "%{l_platform -t}" in
- *-netbsd* )
- ISISD="--disable-isisd" ;;
- *-sunos* )
- ISISD="--disable-isisd" ;;
+ *-netbsd* ) ISISD="--disable-isisd" ;;
+ *-sunos* ) ISISD="--disable-isisd" ;;
esac
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]