projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b43d06
)
[packages] curlftpfs: fix compilation
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Dec 2010 15:59:40 +0000
(15:59 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Dec 2010 15:59:40 +0000
(15:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24546
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/curlftpfs/Makefile
patch
|
blob
|
history
diff --git
a/net/curlftpfs/Makefile
b/net/curlftpfs/Makefile
index
d245369
..
016ef31
100644
(file)
--- 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