pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/rrdtool rrdtool: fix building on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdba2b2148dc
branches:  trunk
changeset: 454745:cdba2b2148dc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 17 08:59:10 2021 +0000

description:
rrdtool: fix building on Darwin

diffstat:

 databases/rrdtool/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a34456c58c13 -r cdba2b2148dc databases/rrdtool/options.mk
--- a/databases/rrdtool/options.mk      Wed Jun 16 23:09:32 2021 +0000
+++ b/databases/rrdtool/options.mk      Thu Jun 17 08:59:10 2021 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index