summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-05-13 03:01:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-13 16:20:22 +0200
commitb1c2bed54717606e91518bb7562a47d4b4fbe769 (patch)
tree807f79b20ecd635a3afe5e02c570bbfe4fe404a3
parent13d91f18a3dc1692241fa41b0bab1b6d384e1d6c (diff)
downloadbuildroot-novena-b1c2bed54717606e91518bb7562a47d4b4fbe769.tar.gz
buildroot-novena-b1c2bed54717606e91518bb7562a47d4b4fbe769.zip
curlftpfs: specify curl-config path
curlftpfs may pick up the distribution curl-config rather than the one in the staging area thus failing to build. Fix it by hardcoding the curl-config path. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/curlftpfs/curlftpfs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/curlftpfs/curlftpfs.mk b/package/curlftpfs/curlftpfs.mk
index c7d04aeea..ff70f3b40 100644
--- a/package/curlftpfs/curlftpfs.mk
+++ b/package/curlftpfs/curlftpfs.mk
@@ -6,6 +6,7 @@
CURLFTPFS_VERSION = 0.9.2
CURLFTPFS_SITE = http://downloads.sourceforge.net/project/curlftpfs/curlftpfs/$(CURLFTPFS_VERSION)
+CURLFTPFS_CONF_ENV = ac_cv_path__libcurl_config=$(STAGING_DIR)/usr/bin/curl-config
CURLFTPFS_DEPENDENCIES = \
libglib2 libfuse openssl libcurl \
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \