X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fsshfs%2FMakefile;h=bbd6d8f9333a43e422a559508675bd71c0af1595;hp=c2d868b80a5df7bbfdebbe0ed864ada1d0d681ad;hb=a75b7cb95a3965e75158be0a1a0970e643c805f8;hpb=261d182799cf50e5d0cf32d9e679698200c8b96f 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