From: Ruben Kerkhof Date: Sat, 4 Oct 2014 21:33:00 +0000 (+0200) Subject: Replace hardcoded -lmysqlclient -lz with variable X-Git-Tag: rec-3.7.0-rc1~224^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ae949e606f4e189ba0ebcdf3636a6cc49466734;p=pdns Replace hardcoded -lmysqlclient -lz with variable --- diff --git a/modules/mydnsbackend/OBJECTLIBS b/modules/mydnsbackend/OBJECTLIBS index 175432ca4..54d915261 100644 --- a/modules/mydnsbackend/OBJECTLIBS +++ b/modules/mydnsbackend/OBJECTLIBS @@ -1 +1 @@ --lmysqlclient -lz +$(MYSQL_lib)