]> granicus.if.org Git - pdns/commitdiff
Fix compiling mydns module without gmysql module
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 8 Oct 2014 12:20:13 +0000 (14:20 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 8 Oct 2014 12:20:13 +0000 (14:20 +0200)
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

index 54d915261cb8c480495517de2df36b70a1e14859..24e6045d63c189f1e3f89e10fbb1333b40170312 100644 (file)
@@ -1 +1 @@
-$(MYSQL_lib)
+../modules/gmysqlbackend/smysql.lo $(MYSQL_lib)