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/nasm/nasm.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/nasm') diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk index 08983e158..03e839448 100644 --- a/package/nasm/nasm.mk +++ b/package/nasm/nasm.mk @@ -13,7 +13,6 @@ NASM_VERSION=2.08.01 NASM_SOURCE=nasm-$(NASM_VERSION).tar.bz2 NASM_SITE=http://www.nasm.us/pub/nasm/releasebuilds/2.08.01/ -NASM_LIBTOOL_PATCH=NO $(eval $(call AUTOTARGETS,package,nasm)) $(eval $(call AUTOTARGETS,package,nasm,host)) -- cgit v1.2.3