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: 16-May-2006 10:36:09
Branch: HEAD Handle: 2006051609360900
Modified files:
openpkg-src/ratbox ratbox.spec
Log:
fix building under non-FreeBSD systems (where OpenSSL is not available
from the vendor)
Summary:
Revision Changes Path
1.33 +3 -2 openpkg-src/ratbox/ratbox.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ratbox/ratbox.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 ratbox.spec
--- openpkg-src/ratbox/ratbox.spec 8 May 2006 18:05:32 -0000 1.32
+++ openpkg-src/ratbox/ratbox.spec 16 May 2006 08:36:09 -0000 1.33
@@ -38,7 +38,7 @@
Group: Network
License: GPL
Version: %{V_server}
-Release: 20060508
+Release: 20060516
# list of sources
Source0:
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ircd-ratbox-%{V_server}.tgz
@@ -146,7 +146,8 @@
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --enable-openssl=%{l_prefix}
%{l_make} %{l_mflags}
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]