[packages] sshfs: remove libintl hacks from makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24710 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3776deed21
commit
2040d06f4b
@ -35,15 +35,11 @@ endef
|
|||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
SSHFS_CFLAGS=" \
|
SSHFS_CFLAGS=" \
|
||||||
-D_FILE_OFFSET_BITS=64 \
|
-D_FILE_OFFSET_BITS=64 \
|
||||||
-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 \
|
||||||
-I$(STAGING_DIR)/usr/lib/glib-2.0/include \
|
-I$(STAGING_DIR)/usr/lib/glib-2.0/include \
|
||||||
-I$(STAGING_DIR)/usr/include/fuse" \
|
-I$(STAGING_DIR)/usr/include/fuse" \
|
||||||
SSHFS_LIBS=" \
|
SSHFS_LIBS=" \
|
||||||
-lglib-2.0 -lintl -liconv -lfuse -pthread -lgthread-2.0 \
|
-lglib-2.0 -liconv -lfuse -pthread -lgthread-2.0 \
|
||||||
-L$(STAGING_DIR)/usr/lib/libintl/lib \
|
|
||||||
-L$(STAGING_DIR)/usr/lib/libiconv/lib \
|
|
||||||
-L$(STAGING_DIR)/usr/lib"
|
-L$(STAGING_DIR)/usr/lib"
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user