summaryrefslogtreecommitdiffstats
path: root/src/curl.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-11-29 00:15:43 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-11-29 00:15:43 (GMT)
commit6414eebdaa8668a23628d2b5431b862d55e74da2 (patch)
tree431fd219d810e40990fd4ebe1652e8850bcc4306 /src/curl.mk
parent4dab36fa2fe229658c308e924debfcc9e7793284 (diff)
downloadmxe-6414eebdaa8668a23628d2b5431b862d55e74da2.zip
mxe-6414eebdaa8668a23628d2b5431b862d55e74da2.tar.gz
mxe-6414eebdaa8668a23628d2b5431b862d55e74da2.tar.bz2
fix build scripts of packages: curl gnutls xerces
Diffstat (limited to 'src/curl.mk')
-rw-r--r--src/curl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/curl.mk b/src/curl.mk
index 2e86597..a0285ec 100644
--- a/src/curl.mk
+++ b/src/curl.mk
@@ -25,8 +25,8 @@ define $(PKG)_BUILD
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
- --with-gnutls='$(PREFIX)/$(TARGET)' \
- --with-libidn='$(PREFIX)/$(TARGET)' \
+ --with-gnutls \
+ --with-libidn \
LIBS="-lgcrypt -liconv `$(PREFIX)/$(TARGET)/bin/gpg-error-config --libs`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef