From: Kees Monshouwer Date: Thu, 3 Oct 2013 12:47:13 +0000 (+0200) Subject: fix for "missing" libmysqlclient on RHEL/CentOS based systems X-Git-Tag: rec-3.6.0-rc1~422^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2d5da05f43f70e864069754d20661449cdf9900;p=pdns fix for "missing" libmysqlclient on RHEL/CentOS based systems --- diff --git a/modules/gmysqlbackend/OBJECTLIBS b/modules/gmysqlbackend/OBJECTLIBS index 73c143795..54d915261 100644 --- a/modules/gmysqlbackend/OBJECTLIBS +++ b/modules/gmysqlbackend/OBJECTLIBS @@ -1 +1 @@ --lmysqlclient +$(MYSQL_lib)