diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-30 13:36:44 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-30 13:48:02 +0100 |
commit | c63c2faf55b2eb53eda67532929f3e35419f8c40 (patch) | |
tree | 17178eb397bbf2446ec0a48361a868f0ec2d56a9 /package/dbus | |
parent | 4833d1355cfd02c157c3d7320c2254157beb86b5 (diff) | |
download | buildroot-c63c2faf55b2eb53eda67532929f3e35419f8c40.tar.gz buildroot-c63c2faf55b2eb53eda67532929f3e35419f8c40.zip |
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 <jacmet@sunsite.dk>
Diffstat (limited to 'package/dbus')
-rw-r--r-- | package/dbus/dbus.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 63f3caa98f..276009c633 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) |