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:06:01
Branch: OPENPKG_2_5_SOLID Handle: 2005101416060000
Modified files: (Branch: OPENPKG_2_5_SOLID)
openpkg-src/quagga quagga.spec
Log:
MFC latest changes
Summary:
Revision Changes Path
1.29.2.2 +3 -5 openpkg-src/quagga/quagga.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/quagga/quagga.spec
============================================================================
$ cvs diff -u -r1.29.2.1 -r1.29.2.2 quagga.spec
--- openpkg-src/quagga/quagga.spec 11 Oct 2005 12:51:40 -0000 1.29.2.1
+++ openpkg-src/quagga/quagga.spec 14 Oct 2005 15:06:00 -0000 1.29.2.2
@@ -47,7 +47,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 2.5.0, gcc, perl
+BuildPreReq: OpenPKG, openpkg >= 2.5.0, gcc, perl, make
PreReq: OpenPKG, openpkg >= 2.5.0
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]