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

Christian Hesse eworm at archlinux.org
Wed May 31 14:44:04 UTC 2017


    Date: Wednesday, May 31, 2017 @ 14:44:03
  Author: eworm
Revision: 296965

remove left over clutter

The 'mariadbclient' case is a no-op (mariadb up to 10.1.x uses 'mysqlclient',
mariadb 10.2 uses 'mariadb') we re-used to build against mariadb 10.2. So this
does not break anything, still remove the left over clutter...

Modified:
  zabbix/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ---
 1 file changed, 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-31 14:39:51 UTC (rev 296964)
+++ PKGBUILD	2017-05-31 14:44:03 UTC (rev 296965)
@@ -36,9 +36,6 @@
     -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
 }
 



More information about the arch-commits mailing list