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/xz/xz.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/xz') diff --git a/package/xz/xz.mk b/package/xz/xz.mk index a965d8abc..2da8fcb94 100644 --- a/package/xz/xz.mk +++ b/package/xz/xz.mk @@ -7,7 +7,6 @@ XZ_VERSION = 5.0.0 XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2 XZ_SITE = http://tukaani.org/xz/ XZ_INSTALL_STAGING = YES -XZ_LIBTOOL_PATCH = NO $(eval $(call AUTOTARGETS,package,xz)) $(eval $(call AUTOTARGETS,package,xz,host)) -- cgit v1.2.3