summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-06-17 08:59:10 +0000
committeradam <adam@pkgsrc.org>2021-06-17 08:59:10 +0000
commit2cb0032311f7b22fc9da8feca5adbacedb4f5cf2 (patch)
treeac08f67110a7094509f61091f70fee692a9fada8 /databases/rrdtool
parente5fbd95e02d7b92812b2984827d5ea1735a7b683 (diff)
downloadpkgsrc-2cb0032311f7b22fc9da8feca5adbacedb4f5cf2.tar.gz
rrdtool: fix building on Darwin
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rrdtool/options.mk b/databases/rrdtool/options.mk
index d5c7d9e8a55..43e1891205d 100644
--- a/databases/rrdtool/options.mk
+++ b/databases/rrdtool/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2019/02/11 08:22:44 adam Exp $
+# $NetBSD: options.mk,v 1.8 2021/06/17 08:59:10 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rrdtool
PKG_SUPPORTED_OPTIONS= lua tcl
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+= --disable-tcl
.if !empty(PKG_OPTIONS:Mlua)
CONFIGURE_ARGS+= --enable-lua
CONFIGURE_ENV+= ac_cv_path_LUA=${LUA_INTERPRETER}
+LUA_LINKER_MAGIC= no
PLIST.lua= yes
.include "../../lang/lua/module.mk"
.else