From: Jo-Philipp Wich Date: Mon, 13 Dec 2010 15:59:40 +0000 (+0000) Subject: curlftpfs: fix compilation X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0ab9027e098e457eeba49c4bab930c5daf02d297;p=openwrt%2Fsvn-archive%2Fpackages.git curlftpfs: fix compilation SVN-Revision: 24546 --- diff --git a/net/curlftpfs/Makefile b/net/curlftpfs/Makefile index d24536927..016ef31cb 100644 --- a/net/curlftpfs/Makefile +++ b/net/curlftpfs/Makefile @@ -29,7 +29,14 @@ define Package/curlftpfs/description based on FUSE and libcurl. endef -EXTRA_CFLAGS += -I$(STAGING_DIR)/usr/lib/libiconv/include -DICONV_CONST=const +EXTRA_CFLAGS += \ + -I$(STAGING_DIR)/usr/lib/libiconv/include \ + -I$(STAGING_DIR)/usr/include/fuse \ + -DICONV_CONST=const + +EXTRA_LDFLAGS += \ + -L$(STAGING_DIR)/usr/lib/libintl/lib \ + -L$(STAGING_DIR)/usr/lib/libiconv/lib define Package/curlftpfs/install $(INSTALL_DIR) $(1)/usr/bin