From 0be744e49590c32a1fb9141f4a0ef617b62b27c4 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Feb 2011 13:57:16 +0100 Subject: package: apply libtool patch where possible Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard --- package/tcpreplay/tcpreplay.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/tcpreplay') diff --git a/package/tcpreplay/tcpreplay.mk b/package/tcpreplay/tcpreplay.mk index 52b0b35d2..f82867c27 100644 --- a/package/tcpreplay/tcpreplay.mk +++ b/package/tcpreplay/tcpreplay.mk @@ -6,7 +6,6 @@ TCPREPLAY_VERSION = 3.4.3 TCPREPLAY_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/tcpreplay -TCPREPLAY_LIBTOOL_PATCH = NO TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0" TCPREPLAY_CONF_OPT = --program-prefix="" --with-libpcap=$(STAGING_DIR)/usr -- cgit v1.2.3