From a75b7cb95a3965e75158be0a1a0970e643c805f8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 19 Dec 2010 04:52:40 +0000 Subject: [PATCH] [packages] sshfs: remove libintl hacks from makefile SVN-Revision: 24710 --- net/sshfs/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile index c2d868b80a..bbd6d8f933 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.30.2