From d2806fd11c7744f4c0b53656d78afd49da3cc60e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 13 Jan 2010 11:23:37 +0100 Subject: [PATCH] curl: - install shared openssl to $INSTALL --- packages/other/curl/install | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/other/curl/install b/packages/other/curl/install index aa337ca736..27aad0c33f 100755 --- a/packages/other/curl/install +++ b/packages/other/curl/install @@ -3,6 +3,7 @@ . config/options $SCRIPTS/install zlib +$SCRIPTS/install openssl mkdir -p $INSTALL/usr/lib cp -PR $PKG_BUILD/lib/.libs/libcurl.so* $INSTALL/usr/lib