OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Oct-2004 22:17:45
Branch: HEAD Handle: 2004100821174500
Modified files:
openpkg-src/ethereal ethereal.spec
Log:
fix SSL check on Solaris
Summary:
Revision Changes Path
1.43 +2 -1 openpkg-src/ethereal/ethereal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ethereal/ethereal.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 ethereal.spec
--- openpkg-src/ethereal/ethereal.spec 7 Oct 2004 19:14:47 -0000 1.42
+++ openpkg-src/ethereal/ethereal.spec 8 Oct 2004 20:17:45 -0000 1.43
@@ -34,7 +34,7 @@
Group: Network
License: GPL
Version: 0.10.6
-Release: 20041007
+Release: 20041008
# package options
%option with_zlib yes
@@ -93,6 +93,7 @@
%prep
%setup -q
%patch -p0
+ %{l_shtool} subst -e 's;LIBS="-lcrypto";LIBS="-lcrypto -lsocket -lnsl";'
configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]