OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Jun-2004 16:50:47
Branch: HEAD Handle: -NONE-
Modified files:
openpkg-src/libdnet libdnet.spec
Log:
stop building shared libraries as I doubt that a dependency arpd,
dhcp-agent, honeyd, or scanssh needs them
Summary:
Revision Changes Path
1.23 +0 -0 openpkg-src/libdnet/libdnet.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libdnet/libdnet.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 libdnet.spec
--- openpkg-src/libdnet/libdnet.spec 23 May 2004 20:19:35 -0000 1.22
+++ openpkg-src/libdnet/libdnet.spec 25 Jun 2004 14:50:47 -0000 1.23
@@ -34,7 +34,7 @@
Group: Network
License: MIT-style
Version: 1.8
-Release: 20040523
+Release: 20040625
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/libdnet/libdnet-%{version}.tar.gz
@@ -73,6 +73,7 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
+ --disable-shared \
--cache-file=./config.cache \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]