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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1042%2Fhead;p=thirdparty%2Fpdns.git fix for "missing" libmysqlclient on RHEL/CentOS based systems --- diff --git a/modules/gmysqlbackend/OBJECTLIBS b/modules/gmysqlbackend/OBJECTLIBS index 73c1437951..54d915261c 100644 --- a/modules/gmysqlbackend/OBJECTLIBS +++ b/modules/gmysqlbackend/OBJECTLIBS @@ -1 +1 @@ --lmysqlclient +$(MYSQL_lib)