From c9df4fb94c49d73c06ea99223ce9ed37cbb9498b Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Wed, 8 Oct 2014 14:20:13 +0200 Subject: [PATCH] Fix compiling mydns module without gmysql module This fixes the last case in #544: https://github.com/PowerDNS/pdns/issues/544#issuecomment-32457187 It's still a dirty hack, and we should pull the parts that mydns and gmysql have in comming into a common library. --- modules/mydnsbackend/OBJECTLIBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mydnsbackend/OBJECTLIBS b/modules/mydnsbackend/OBJECTLIBS index 54d915261c..24e6045d63 100644 --- a/modules/mydnsbackend/OBJECTLIBS +++ b/modules/mydnsbackend/OBJECTLIBS @@ -1 +1 @@ -$(MYSQL_lib) +../modules/gmysqlbackend/smysql.lo $(MYSQL_lib) -- 2.47.2