[Buildroot] [git commit branch/next] snmppp: autoreconf is not needed anymore

Peter Korsgaard peter at korsgaard.com
Sat Aug 8 10:56:24 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=3bb40c7d8608e1e55c19d00ab142c4fce14bd73e
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Tarballs of recent versions ship a configure script.

Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/snmppp/snmppp.mk |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/package/snmppp/snmppp.mk b/package/snmppp/snmppp.mk
index 29b1d99..026fe6e 100644
--- a/package/snmppp/snmppp.mk
+++ b/package/snmppp/snmppp.mk
@@ -9,8 +9,6 @@ SNMPPP_SOURCE = snmp++-$(SNMPPP_VERSION).tar.gz
 SNMPPP_SITE = http://www.agentpp.com/download
 SNMPPP_DEPENDENCIES = host-pkgconf
 SNMPPP_INSTALL_STAGING = YES
-# no configure script in tarball
-SNMPPP_AUTORECONF = YES
 SNMPPP_CONF_OPTS = $(if $(BR2_PACKAGE_SNMPPP_LOGGING),--enable-logging,--disable-logging)
 SNMPPP_LICENSE = SNMP++
 SNMPPP_LICENSE_FILES = src/v3.cpp


More information about the buildroot mailing list