diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-28 14:23:26 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-28 14:23:41 +0000 |
commit | f4c84a04891095dc4a9c45a7f717bbcefdc43716 (patch) | |
tree | 510ecb03919e4028b7296f080616a80b602e5b37 /community/zabbix/autoreconf-fix.patch | |
parent | d2f43204c9cf9c327d2e6b31e97aa6911e96d5db (diff) | |
download | aports-f4c84a04891095dc4a9c45a7f717bbcefdc43716.tar.bz2 aports-f4c84a04891095dc4a9c45a7f717bbcefdc43716.tar.xz |
community/zabbix: upgrade to 4.0.2
Diffstat (limited to 'community/zabbix/autoreconf-fix.patch')
-rw-r--r-- | community/zabbix/autoreconf-fix.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community/zabbix/autoreconf-fix.patch b/community/zabbix/autoreconf-fix.patch deleted file mode 100644 index 9f04f82c38..0000000000 --- a/community/zabbix/autoreconf-fix.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/configure.ac b/configure.ac -index bed0adb..12f504c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1707,25 +1707,6 @@ dnl * Output configuration results * - dnl * * - dnl ***************************************************************** - --if test -d tests; then -- AC_CONFIG_FILES( -- tests/Makefile -- tests/libs/Makefile -- tests/libs/zbxcommon/Makefile -- tests/libs/zbxconf/Makefile -- tests/libs/zbxdbcache/Makefile -- tests/libs/zbxdbhigh/Makefile -- tests/libs/zbxhistory/Makefile -- tests/libs/zbxjson/Makefile -- tests/libs/zbxsysinfo/Makefile -- tests/libs/zbxsysinfo/linux/Makefile -- tests/libs/zbxsysinfo/common/Makefile -- tests/libs/zbxcommshigh/Makefile -- tests/libs/zbxalgo/Makefile -- ) -- AC_DEFINE([HAVE_TESTS], [1], ["Define to 1 if tests directory is present"]) --fi -- - AC_OUTPUT([ - Makefile - database/Makefile |