projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14d55c
)
remove unused include
author
Jens Muecke
<jens@nons.de>
Mon, 14 May 2007 15:50:02 +0000
(15:50 +0000)
committer
Jens Muecke
<jens@nons.de>
Mon, 14 May 2007 15:50:02 +0000
(15:50 +0000)
SVN-Revision: 7226
net/sshfs/Makefile
patch
|
blob
|
history
diff --git
a/net/sshfs/Makefile
b/net/sshfs/Makefile
index 7db7a932b8fab108d50b2b67cfb03ade39eb60cd..29c3bea3329fc916483c8fc0077b14eb9db53027 100644
(file)
--- a/
net/sshfs/Makefile
+++ b/
net/sshfs/Makefile
@@
-38,8
+38,7
@@
CONFIGURE_VARS += \
-I$(STAGING_DIR)/usr/lib/libintl/include \
-I$(STAGING_DIR)/usr/lib/libiconv/include \
-I$(STAGING_DIR)/usr/include/glib-2.0 \
- -I$(STAGING_DIR)/usr/include/glib-2.0/glib \
- -I$(STAGING_DIR)/usr/lib/glib-2.0/include" \
+ -I$(STAGING_DIR)/usr/include/glib-2.0/glib" \
SSHFS_LIBS=" \
-lglib-2.0 -lintl -liconv -lfuse -pthread \
-L$(STAGING_DIR)/usr/lib/libintl/lib \