X-Git-Url: https://git.tokkee.org/?p=pkg-rrdtool.git;a=blobdiff_plain;f=debian%2Frules;h=87e14dac5b6e043651570df4cb2fe0bcaac771bb;hp=91816b5a082480c078d3f83a56c78360c720c2c8;hb=951e4c4ca26831f02e7ce145d662773482c8b192;hpb=27572bfcb2b93a1ac1c09849c40b8adad64695ce diff --git a/debian/rules b/debian/rules index 91816b5..87e14da 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,6 @@ PY_VERS := $(shell pyversions -vr) TCL_VERS := $(shell dpkg -s tcl-dev | grep '^Depends' \ | sed 's,.*\.*,\1,') -LUA = lua5.1 - #let's help configure to figure out our host/build system DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) @@ -70,7 +68,6 @@ endif LDFLAGS="$(LINKER_FLAGS)" \ CFLAGS="$(CFLAGS)" \ RRDDOCDIR=/usr/share/doc/rrdtool \ - LUA=/usr/bin/$(LUA) \ ./configure $(CONFFLAGS) build: build-arch build-indep