[packages] transocks: fix unpack and build directory (#9571)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27200 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7424afa419
commit
2114647e18
@ -17,10 +17,10 @@ PKG_SOURCE_SUBDIR:=transocks
|
|||||||
PKG_SOURCE_VERSION:=-DNOW
|
PKG_SOURCE_VERSION:=-DNOW
|
||||||
PKG_SOURCE_PROTO:=cvs
|
PKG_SOURCE_PROTO:=cvs
|
||||||
|
|
||||||
PKG_BUILD_DIR:=transocks
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
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
|
define Build/Compile
|
||||||
$(TARGET_CC) \
|
$(TARGET_CC) \
|
||||||
-I$(STAGING_DIR)/usr/include \
|
-I$(STAGING_DIR)/usr/include \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user