summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-18 15:09:56 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-18 15:09:56 +0200
commit3aeaf5413bf2c23612c23a751dabc7c3c378c53f (patch)
treedb309a983829dcec8cfc99c61f071c25f9894192
parentd4c7a539fab1c7f9d27f25a15f0e57a95eba25eb (diff)
downloadopenwrt-personal-pkgs-3aeaf5413bf2c23612c23a751dabc7c3c378c53f.tar.gz
openwrt-personal-pkgs-3aeaf5413bf2c23612c23a751dabc7c3c378c53f.tar.bz2
openwrt-personal-pkgs-3aeaf5413bf2c23612c23a751dabc7c3c378c53f.zip
python3-influxdb: Fix build
-rw-r--r--python3-influxdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/python3-influxdb/Makefile b/python3-influxdb/Makefile
index 49b8fba..b97c5c2 100644
--- a/python3-influxdb/Makefile
+++ b/python3-influxdb/Makefile
@@ -7,6 +7,7 @@ PKG_RELEASE:=1
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/influxdb/
PKG_SOURCE:=influxdb-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=8d82a3e48c8d20f4d1f1243c6bb04402
+PKG_BUILD_DIR:=$(BUILD_DIR)/influxdb-$(PKG_VERSION)
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
include $(INCLUDE_DIR)/package.mk