From: Ruben Kerkhof Date: Wed, 8 Oct 2014 12:20:13 +0000 (+0200) Subject: Fix compiling mydns module without gmysql module X-Git-Tag: rec-3.7.0-rc1~189^2~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1796%2Fhead;p=thirdparty%2Fpdns.git 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. --- 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)