diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-08-10 20:14:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-08-10 20:14:55 +0200 |
commit | 7df179ae005b44b6b3427b66e03e6b79c976f28d (patch) | |
tree | cc5ce6ec2467d48eae6489a35904706dfe2d6365 /package/webkit/webkit.mk | |
parent | 7e62e8ec723f91e07bb4ac9ae3e55b65e3123082 (diff) |
webkit: disable the libtool patch
The version of Webkit packaged in Buildroot uses libtool 2.x, for
which our package/buildroot-libtool.patch does not apply. So we
disable this patch. However, on my system, the lack of libtool
modification prevents the final linking to succeed (due to libtool
trying to link target code with host libraries). This will have to be
fixed separatly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/webkit/webkit.mk')
-rw-r--r-- | package/webkit/webkit.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk index 17f1318f9..bc7d062d2 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -10,6 +10,7 @@ WEBKIT_SITE = http://nightly.webkit.org/files/trunk/src/ WEBKIT_INSTALL_STAGING = YES WEBKIT_INSTALL_TARGET = YES WEBKIT_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install +WEBKIT_LIBTOOL_PATCH = NO WEBKIT_DEPENDENCIES = icu curl libxml2 libxslt libgtk2 sqlite enchant \ libsoup |