From 6c1f3d8423fa8dbb07bb51622dd5c045c27867ce Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 17 Jun 2011 20:00:55 +0000 Subject: [PATCH] [packages] sshfs: link libintl if CONFIG_BUILD_NLS is active SVN-Revision: 27208 --- net/sshfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile index 20ebfd77f0..43dd8e17f9 100644 --- a/net/sshfs/Makefile +++ b/net/sshfs/Makefile @@ -40,7 +40,7 @@ CONFIGURE_VARS += \ -I$(STAGING_DIR)/usr/lib/glib-2.0/include \ -I$(STAGING_DIR)/usr/include/fuse" \ SSHFS_LIBS=" \ - -lglib-2.0 -liconv -lfuse -pthread -lgthread-2.0 \ + -lglib-2.0 -liconv $(if $(INTL_FULL),-lintl) -lfuse -pthread -lgthread-2.0 \ -L$(STAGING_DIR)/usr/lib" define Build/Compile -- 2.30.2