From a2ddfdb11a2c28c511a2a4d5bf0060217c93d140 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 26 Jun 2012 23:25:29 +0200 Subject: tcpreplay: cleanup Drop unneeded uclibc dependency and autoreconf as patch changes configure.ac. Signed-off-by: Peter Korsgaard --- package/tcpreplay/tcpreplay.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/tcpreplay') diff --git a/package/tcpreplay/tcpreplay.mk b/package/tcpreplay/tcpreplay.mk index 3a526a74e..72abade5f 100644 --- a/package/tcpreplay/tcpreplay.mk +++ b/package/tcpreplay/tcpreplay.mk @@ -8,8 +8,8 @@ TCPREPLAY_VERSION = 3.4.3 TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0" TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr - -TCPREPLAY_DEPENDENCIES = uclibc libpcap +TCPREPLAY_AUTORECONF = YES +TCPREPLAY_DEPENDENCIES = libpcap $(eval $(call AUTOTARGETS)) -- cgit v1.2.3