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/enchant/enchant.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/enchant') diff --git a/package/enchant/enchant.mk b/package/enchant/enchant.mk index 9c12231f8..9be3f1a8e 100644 --- a/package/enchant/enchant.mk +++ b/package/enchant/enchant.mk @@ -9,7 +9,6 @@ ENCHANT_SITE = http://www.abisource.com/downloads/enchant/$(ENCHANT_VERSION) ENCHANT_INSTALL_STAGING = YES ENCHANT_INSTALL_TARGET = YES -ENCHANT_LIBTOOL_PATCH = NO ENCHANT_DEPENDENCIES = libglib2 host-pkg-config -- cgit v1.2.3