Skip to content

Commit

Permalink
dns/powerdns: Use USES=luajit (defaults to luajit-devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Oct 15, 2022
1 parent 57f8e1b commit aecde6a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions dns/powerdns/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= powerdns
DISTVERSION= 4.6.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= https://downloads.powerdns.com/releases/
DISTNAME= pdns-${DISTVERSION}
Expand Down Expand Up @@ -51,7 +51,7 @@ OPTIONS_DEFAULT= LMDB LUA MYSQL PGSQL SQLITE3
OPTIONS_GROUP= GEOIPOPT REMOTEOPT
OPTIONS_GROUP_REMOTEOPT= ZEROMQ
OPTIONS_SINGLE= EXTLUA
OPTIONS_SINGLE_EXTLUA= LUA LUAJIT LUAJITOR
OPTIONS_SINGLE_EXTLUA= LUA LUAJIT

OPTIONS_SUB= yes

Expand All @@ -60,8 +60,7 @@ GEOIP_DESC= GeoIP backend (GeoIP2 DB)
IXFRDIST_DESC= Build ixfrdist
LMDB_DESC= LMDB backend
LUABACKEND_DESC= Lua2 backend
LUAJITOR_DESC= Use lang/luajit-openresty
LUAJIT_DESC= Use lang/luajit
LUAJIT_DESC= Use luajit
LUA_DESC= Use lang/lua
MYSQL_DESC= MySQL backend
OPENLDAP_DESC= OpenLDAP backend
Expand All @@ -87,10 +86,7 @@ LMDB_VARS= MODULES+=lmdb

LUABACKEND_VARS= MODULES+=lua2

LUAJITOR_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit-openresty
LUAJITOR_CONFIGURE_ON= --with-lua=luajit

LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit
LUAJIT_USES= luajit
LUAJIT_CONFIGURE_ON= --with-lua=luajit

LUA_USES= lua
Expand Down

0 comments on commit aecde6a

Please sign in to comment.