summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-08 12:52:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-09 22:35:45 +0200
commitf51f082b1fca89149c25452443b27ca6d8d46209 (patch)
treeb4f2804614d4705805fd3d70c02224df6745b2d9 /package/openssl/Makefile
parent2dd4a46a9ffb82ffeacea8ee27d74543fdd3cbb1 (diff)
remove wrong patch, enable ssh client for git
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 9c8dc66a0..f0fa4e9d8 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= openssl
PKG_VERSION:= 1.0.1h
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 8d6d684a9430d5cc98a62a5d8fbda8cf
PKG_DESCR:= secure socket layer libraries
PKG_SECTION:= libs/crypto
@@ -69,7 +69,7 @@ do-configure:
--prefix=/usr \
--openssldir=/etc/ssl \
-I$(STAGING_TARGET_DIR)/usr/include \
- -L$(STAGING_TARGET_DIR)/usr/lib -ldl \
+ -L$(STAGING_TARGET_DIR)/usr/lib \
-DOPENSSL_SMALL_FOOTPRINT \
$(OPENSSL_OPTIONS) \
);