[Buildroot] [git commit] package/zeromq: drop AUTORECONF

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jan 23 17:05:36 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=aef744c13b5cfa6263b38ddf165e4d35e15620eb
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 64ec0541d56cb05aa5898c42f26dd6b531d9b96a forgot to drop
ZEROMQ_AUTORECONF

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/zeromq/zeromq.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index fbf2ca3f8c..4eb6931f1d 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -11,8 +11,6 @@ ZEROMQ_DEPENDENCIES = util-linux
 ZEROMQ_CONF_OPTS = --disable-Werror --without-documentation
 ZEROMQ_LICENSE = LGPL-3.0+ with exceptions
 ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER
-# We're patching configure.ac
-ZEROMQ_AUTORECONF = YES
 
 # Assume these flags are always available. It is true, at least for
 # SOCK_CLOEXEC, since linux v2.6.27.


More information about the buildroot mailing list