summaryrefslogtreecommitdiffstats
path: root/src/wget.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-10-29 19:10:52 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-10-29 19:10:52 (GMT)
commitb6e0de9380de282df8e6c505bd356dcf88a9e19a (patch)
tree53b9a36998342b6e21c99b720bfcf9feef1b8540 /src/wget.mk
parent0a1ceaf338213ca419d66482afd27c866fe52c8e (diff)
downloadmxe-b6e0de9380de282df8e6c505bd356dcf88a9e19a.zip
mxe-b6e0de9380de282df8e6c505bd356dcf88a9e19a.tar.gz
mxe-b6e0de9380de282df8e6c505bd356dcf88a9e19a.tar.bz2
wget: enable shared build
Diffstat (limited to 'src/wget.mk')
-rw-r--r--src/wget.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wget.mk b/src/wget.mk
index a2cf253..2e78050 100644
--- a/src/wget.mk
+++ b/src/wget.mk
@@ -17,7 +17,7 @@ endef
define $(PKG)_BUILD
# avoid conflict with base64_encode from gnutls
- $(SED) -i 's/^base64_encode /wget_base64_encode /;' '$(1)/src/utils.c'
+ $(if $(BUILD_STATIC), $(SED) -i 's/^base64_encode /wget_base64_encode /;' '$(1)/src/utils.c')
$(SED) -i 's/-lidn/`$(TARGET)-pkg-config --libs libidn`/g;' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
@@ -29,4 +29,4 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
-$(PKG)_BUILD_SHARED =
+#$(PKG)_BUILD_SHARED =