diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 01:31:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 01:31:21 +0000 |
commit | 4b8ebb5d50e942d5470daa8ae424b0b802b68b86 (patch) | |
tree | 6757f2097cd7c6eb897ae9aad815699ffecfc38f /package/libs | |
parent | a416029d4dee4625311b00e2d43be160558ae0d9 (diff) | |
download | upstream-4b8ebb5d50e942d5470daa8ae424b0b802b68b86.tar.gz upstream-4b8ebb5d50e942d5470daa8ae424b0b802b68b86.tar.bz2 upstream-4b8ebb5d50e942d5470daa8ae424b0b802b68b86.zip |
packages: remove uneeded PKG_BUILD_DIR overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44498
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/libroxml/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libs/libroxml/Makefile b/package/libs/libroxml/Makefile index 1c7b3d3470..18a0d763e9 100644 --- a/package/libs/libroxml/Makefile +++ b/package/libs/libroxml/Makefile @@ -11,7 +11,6 @@ PKG_NAME:=libroxml PKG_VERSION:=2.3.0 PKG_RELEASE:=2 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.libroxml.net/pool/v2.x PKG_MD5SUM:=a975f91be150f7a19168a45ce15769ca |