From: Felix Fietkau Date: Sun, 21 Oct 2007 16:19:25 +0000 (+0000) Subject: update sshfs to latest version, fix compile error X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d225bc5d797c39d84872210d423e0f4686609997;ds=sidebyside update sshfs to latest version, fix compile error SVN-Revision: 9397 --- diff --git a/net/sshfs/Makefile b/net/sshfs/Makefile index a784e321f0..f373c100ce 100644 --- a/net/sshfs/Makefile +++ b/net/sshfs/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sshfs -PKG_VERSION:=1.7 +PKG_VERSION:=1.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-fuse-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/fuse -PKG_MD5SUM:=e91a2fed1da952a375798408dc6e41a0 +PKG_MD5SUM:=3c575cf89a6d3d8ab6063c2f60bd5b25 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-fuse-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install @@ -40,9 +40,9 @@ CONFIGURE_VARS += \ -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/include/glib-2.0/glib" \ + -I$(STAGING_DIR)/usr/lib/glib-2.0/include" \ SSHFS_LIBS=" \ - -lglib-2.0 -lintl -liconv -lfuse -pthread \ + -lglib-2.0 -lintl -liconv -lfuse -pthread -lgthread-2.0 \ -L$(STAGING_DIR)/usr/lib/libintl/lib \ -L$(STAGING_DIR)/usr/lib/libiconv/lib"