[arch-commits] Commit in zabbix/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu May 25 23:21:09 UTC 2017


    Date: Thursday, May 25, 2017 @ 23:21:08
  Author: eworm
Revision: 296627

fix to find libmariadb, regenerate configure for latest aclocal

Modified:
  zabbix/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 23:12:19 UTC (rev 296626)
+++ PKGBUILD	2017-05-25 23:21:08 UTC (rev 296627)
@@ -36,6 +36,10 @@
     -e '/^LogFile=.*/d' \
     -e 's/# LogType=file/LogType=system/' \
     conf/zabbix_{agentd,proxy,server}.conf
+  sed -i \
+    -e 's/mariadbclient/mariadb/' \
+    m4/ax_lib_mysql.m4
+  autoreconf -fi
 }
 
 build() {



More information about the arch-commits mailing list