From c63c2faf55b2eb53eda67532929f3e35419f8c40 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 30 Dec 2009 13:36:44 +0100 Subject: package: fix host build for packages with own libtool patch Packages which also build a host variant and have LIBTOOL_PATCH = NO, should also disable libtool patching for the host build. Signed-off-by: Peter Korsgaard --- package/dbus/dbus.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/dbus') diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 63f3caa98..276009c63 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -7,6 +7,7 @@ DBUS_VERSION = 1.2.16 DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/ DBUS_LIBTOOL_PATCH = NO +HOST_DBUS_LIBTOOL_PATCH = NO DBUS_INSTALL_STAGING = YES DBUS_INSTALL_TARGET = YES ifeq ($(BR2_ENABLE_DEBUG),y) -- cgit v1.2.3