mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Hardcode Lua library version in debian/rules, rather than the Makefile.
This commit is contained in:
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -2,6 +2,8 @@ dnsmasq (2.90~test3-1) experimental; urgency=medium
|
|||||||
|
|
||||||
[ Simon Kelley ]
|
[ Simon Kelley ]
|
||||||
* New upstream. (closes: #1033165)
|
* New upstream. (closes: #1033165)
|
||||||
|
* Move hard-coding of Lua version from the upstream Makefile
|
||||||
|
to d/rules.
|
||||||
[ Sven Geuer ]
|
[ Sven Geuer ]
|
||||||
* Introduce autokpgtests per d/tests/* (closes: #1034135).
|
* Introduce autokpgtests per d/tests/* (closes: #1034135).
|
||||||
* Switch to dpkg-source 3.0 (quilt) format (closes: #1007041).
|
* Switch to dpkg-source 3.0 (quilt) format (closes: #1007041).
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -87,7 +87,7 @@ override_dh_auto_install:
|
|||||||
BUILDDIR=debian/auto-build/dnsmasq-base-lua \
|
BUILDDIR=debian/auto-build/dnsmasq-base-lua \
|
||||||
DESTDIR=$(CURDIR)/debian/dnsmasq-base-lua \
|
DESTDIR=$(CURDIR)/debian/dnsmasq-base-lua \
|
||||||
PREFIX=$(PREFIX) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
|
PREFIX=$(PREFIX) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
|
||||||
COPTS="$(COPTS) -DHAVE_LUASCRIPT"
|
LUA=lua5.4 COPTS="$(COPTS) -DHAVE_LUASCRIPT"
|
||||||
dh_auto_build -p dnsmasq-utils -D contrib/lease-tools
|
dh_auto_build -p dnsmasq-utils -D contrib/lease-tools
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user