summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-02-25 13:06:44 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-02-25 13:06:44 (GMT)
commitc58b71d937bc775a3f1c466265e145f1c7955476 (patch)
treeb1ed62d914ec4fc14ac4bac822dcb440e6924235 /src
parent7bb4172e93fdbd1bc5904d1b7e72f51e0f940661 (diff)
downloadmxe-c58b71d937bc775a3f1c466265e145f1c7955476.zip
mxe-c58b71d937bc775a3f1c466265e145f1c7955476.tar.gz
mxe-c58b71d937bc775a3f1c466265e145f1c7955476.tar.bz2
remove dependency openssl from package gsoap
Diffstat (limited to 'src')
-rw-r--r--src/gsoap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index f3d21cc..4bffa3f 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -10,7 +10,7 @@ $(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
$(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip
$(PKG)_WEBSITE := http://gsoap2.sourceforge.net/
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc openssl gnutls
+$(PKG)_DEPS := gcc gnutls
define $(PKG)_UPDATE
wget -q -O- 'http://sourceforge.net/projects/gsoap2/files/gSOAP/' | \