[packages] sshfs: link libintl if CONFIG_BUILD_NLS is active
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27208 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dee9681905
commit
fd2906666b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user