[packages] curlftpfs: fix compilation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24546 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5b43d06a94
commit
0b21d8923c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user