OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 31-Oct-2003 10:03:27
Branch: HEAD Handle: 2003103109032502
Modified files:
openpkg-src/btyacc btyacc.spec
openpkg-web news.txt
Log:
do not use -static, which especially ports this to Solaris 10 where no
static libc exists
Summary:
Revision Changes Path
1.10 +3 -2 openpkg-src/btyacc/btyacc.spec
1.7241 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/btyacc/btyacc.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 btyacc.spec
--- openpkg-src/btyacc/btyacc.spec 8 Jul 2003 14:38:52 -0000 1.9
+++ openpkg-src/btyacc/btyacc.spec 31 Oct 2003 09:03:27 -0000 1.10
@@ -37,7 +37,7 @@
Group: Text
License: BSD
Version: %{V_here}
-Release: 20030706
+Release: 20031031
# list of sources
Source0: http://www.siber.com/btyacc/btyacc-%{V_real}.tar.gz
@@ -61,7 +61,8 @@
%build
%{l_make} %{l_mflags -O} \
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}"
+ CFLAGS="%{l_cflags -O}" \
+ LDFLAGS=""
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7240 -r1.7241 news.txt
--- openpkg-web/news.txt 31 Oct 2003 09:02:06 -0000 1.7240
+++ openpkg-web/news.txt 31 Oct 2003 09:03:25 -0000 1.7241
@@ -1,3 +1,4 @@
+31-Oct-2003: Upgraded package: P<btyacc-3.0-20031031>
31-Oct-2003: Upgraded package: P<nmap-3.48-20031031>
31-Oct-2003: Upgraded package: P<dhcpd-3.0.1rc12-20031031>
31-Oct-2003: Upgraded package: P<gdb-6.0-20031031>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]