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:08:52
Branch: HEAD Handle: 2003103109085001
Modified files:
openpkg-src/integrit integrit.spec
openpkg-web news.txt
Log:
do not build with -static
Summary:
Revision Changes Path
1.23 +2 -1 openpkg-src/integrit/integrit.spec
1.7243 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/integrit/integrit.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 integrit.spec
--- openpkg-src/integrit/integrit.spec 17 Jul 2003 15:32:45 -0000 1.22
+++ openpkg-src/integrit/integrit.spec 31 Oct 2003 09:08:51 -0000 1.23
@@ -37,7 +37,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20030717
+Release: 20031031
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz
@@ -78,6 +78,7 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ STATIC="" \
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7242 -r1.7243 news.txt
--- openpkg-web/news.txt 31 Oct 2003 09:06:48 -0000 1.7242
+++ openpkg-web/news.txt 31 Oct 2003 09:08:50 -0000 1.7243
@@ -1,3 +1,4 @@
+31-Oct-2003: Upgraded package: P<integrit-3.02.00-20031031>
31-Oct-2003: Upgraded package: P<crm114-20031023rc3-20031031>
31-Oct-2003: Upgraded package: P<btyacc-3.0-20031031>
31-Oct-2003: Upgraded package: P<nmap-3.48-20031031>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]