mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #10027 from James-TR/fix/pdns-lua-dep
pdns: Explicitly define lua implementation
This commit is contained in:
+2
-1
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pdns
|
PKG_NAME:=pdns
|
||||||
PKG_VERSION:=4.2.0
|
PKG_VERSION:=4.2.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
|
PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
|
||||||
@@ -175,6 +175,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--sysconfdir=/etc/powerdns \
|
--sysconfdir=/etc/powerdns \
|
||||||
--libdir=/usr/lib/powerdns \
|
--libdir=/usr/lib/powerdns \
|
||||||
--with-dynmodules="$(foreach backend,$(PDNS_BACKENDS),$(if $(CONFIG_PACKAGE_pdns-backend-$(backend)),$(PDNS_BACKEND_$(backend)_LIB),))" \
|
--with-dynmodules="$(foreach backend,$(PDNS_BACKENDS),$(if $(CONFIG_PACKAGE_pdns-backend-$(backend)),$(PDNS_BACKEND_$(backend)_LIB),))" \
|
||||||
|
--with-lua="lua" \
|
||||||
--with-modules="bind random" \
|
--with-modules="bind random" \
|
||||||
--with-mysql-lib=$(STAGING_DIR)/usr \
|
--with-mysql-lib=$(STAGING_DIR)/usr \
|
||||||
--with-mysql-includes=$(STAGING_DIR)/usr \
|
--with-mysql-includes=$(STAGING_DIR)/usr \
|
||||||
|
|||||||
Reference in New Issue
Block a user