OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Herbert Schmid
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Dec-2004 14:59:21
Branch: HEAD Handle: 2004122713592000
Modified files:
openpkg-src/openssh openssh.spec
Log:
hack to make openssh guess right ssllibversion on darwin
Summary:
Revision Changes Path
1.140 +8 -1 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.139 -r1.140 openssh.spec
--- openpkg-src/openssh/openssh.spec 18 Oct 2004 08:20:34 -0000 1.139
+++ openpkg-src/openssh/openssh.spec 27 Dec 2004 13:59:20 -0000 1.140
@@ -42,7 +42,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20041018
+Release: 20041227
# package options
%option with_fsl yes
@@ -155,6 +155,13 @@
%patch -p0 -P 5
%endif
sed -e 's;@l_prefix@;%{l_prefix};g' %{SOURCE openssh.patch.scpbindir} |
%{l_patch} -p0 -b
+ case "%{l_platform -t}" in
+ *-darwin* )
+ %{l_shtool} subst \
+ -e 's;LIBS="-lcrypto
$LIBS";LIBS="%{l_prefix}/lib/libcrypto.a $LIBS";' \
+ configure
+ ;;
+ esac
%build
# configure package
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]