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: 24-Jul-2003 10:40:03
Branch: HEAD Handle: 2003072409400102
Modified files:
openpkg-src/portfwd portfwd.spec
openpkg-web news.txt
Log:
fix OSSP fsl linking (PR#212)
Summary:
Revision Changes Path
1.35 +3 -2 openpkg-src/portfwd/portfwd.spec
1.5782 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/portfwd/portfwd.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 portfwd.spec
--- openpkg-src/portfwd/portfwd.spec 23 Jul 2003 12:25:25 -0000 1.34
+++ openpkg-src/portfwd/portfwd.spec 24 Jul 2003 08:40:03 -0000 1.35
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 0.26rc6
-Release: 20030723
+Release: 20030724
# package options
%option with_fsl yes
@@ -89,7 +89,8 @@
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
CPPFLAGS="%{l_cppflags}" \
- LDFLAGS="%{l_ldflags} %{l_fsl_ldflags} %{l_fsl_libs}" \
+ LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
+ LIBS="%{l_fsl_libs}" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/portfwd
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5781 -r1.5782 news.txt
--- openpkg-web/news.txt 24 Jul 2003 08:32:10 -0000 1.5781
+++ openpkg-web/news.txt 24 Jul 2003 08:40:01 -0000 1.5782
@@ -1,3 +1,4 @@
+24-Jul-2003: Upgraded package: P<portfwd-0.26rc6-20030724>
24-Jul-2003: Upgraded package: P<flex-2.5.4a-20030724>
24-Jul-2003: Upgraded package: P<delegate-8.5.7-20030724>
24-Jul-2003: Upgraded package: P<ethereal-0.9.14-20030724>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]