From 2040d06f4b6618e0ff641ad53d38851cb98e599e Mon Sep 17 00:00:00 2001 From: jow Date: Sun, 19 Dec 2010 04:52:40 +0000 Subject: [PATCH] [packages] sshfs: remove libintl hacks from makefile git-svn-id: svn://svn.openwrt.org/openwrt/packages@24710 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/sshfs/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile index c2d868b80..bbd6d8f93 100644 --- a/net/sshfs/Makefile +++ b/net/sshfs/Makefile @@ -35,15 +35,11 @@ endef CONFIGURE_VARS += \ SSHFS_CFLAGS=" \ -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/lib/glib-2.0/include \ -I$(STAGING_DIR)/usr/include/fuse" \ SSHFS_LIBS=" \ - -lglib-2.0 -lintl -liconv -lfuse -pthread -lgthread-2.0 \ - -L$(STAGING_DIR)/usr/lib/libintl/lib \ - -L$(STAGING_DIR)/usr/lib/libiconv/lib \ + -lglib-2.0 -liconv -lfuse -pthread -lgthread-2.0 \ -L$(STAGING_DIR)/usr/lib" define Build/Compile -- 2.11.0