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: 12-Oct-2006 13:08:27
Branch: HEAD Handle: 2006101212082700
Modified files:
openpkg-src/dante dante.spec
Log:
disable libdsock.so preloading as it makes problems during building on
some platforms
Summary:
Revision Changes Path
1.7 +3 -2 openpkg-src/dante/dante.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dante/dante.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 dante.spec
--- openpkg-src/dante/dante.spec 25 Aug 2006 19:16:09 -0000 1.6
+++ openpkg-src/dante/dante.spec 12 Oct 2006 11:08:27 -0000 1.7
@@ -33,7 +33,7 @@
Group: Network
License: BSD/CMU-type
Version: 1.1.19
-Release: 20060825
+Release: 20061012
# list of sources
Source0: ftp://ftp.inet.no/pub/socks/dante-%{version}.tar.gz
@@ -78,7 +78,8 @@
--with-socks-conf=%{l_prefix}/etc/dante/socks.conf \
--with-sockd-conf=%{l_prefix}/etc/dante/sockd.conf \
--with-pidfile=%{l_prefix}/var/dante/sockd.pid \
- --disable-libwrap
+ --disable-libwrap \
+ --disable-preload
# build
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]