From: Jo-Philipp Wich Date: Fri, 17 Jun 2011 10:33:51 +0000 (+0000) Subject: transocks: fix unpack and build directory (#9571) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=838d44716887ea55d87a9c6aec4b33d9774dfb29;p=openwrt%2Fsvn-archive%2Fpackages.git transocks: fix unpack and build directory (#9571) SVN-Revision: 27200 --- diff --git a/net/transocks/Makefile b/net/transocks/Makefile index bdcc1c9a1..6e2cf14d4 100644 --- a/net/transocks/Makefile +++ b/net/transocks/Makefile @@ -17,10 +17,10 @@ PKG_SOURCE_SUBDIR:=transocks PKG_SOURCE_VERSION:=-DNOW PKG_SOURCE_PROTO:=cvs -PKG_BUILD_DIR:=transocks - include $(INCLUDE_DIR)/package.mk +PKG_UNPACK:=gzip -dc $(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xf - + define Build/Compile $(TARGET_CC) \ -I$(STAGING_DIR)/usr/include \