|
@@ -9,7 +9,13 @@ WEBKIT_SITE = http://www.webkitgtk.org
|
|
WEBKIT_INSTALL_STAGING = YES
|
|
WEBKIT_INSTALL_STAGING = YES
|
|
WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
|
|
WEBKIT_DEPENDENCIES = host-flex host-gperf icu libcurl libxml2 libxslt \
|
|
libgtk2 sqlite enchant libsoup jpeg libgail
|
|
libgtk2 sqlite enchant libsoup jpeg libgail
|
|
-WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config
|
|
|
|
|
|
+
|
|
|
|
+# Give explicit path to icu-config, and silence gazillions of warnings
|
|
|
|
+# with recent gcc versions.
|
|
|
|
+WEBKIT_CONF_ENV = ac_cv_path_icu_config=$(STAGING_DIR)/usr/bin/icu-config \
|
|
|
|
+ CFLAGS="$(TARGET_CFLAGS) -Wno-cast-align" \
|
|
|
|
+ CXXFLAGS="$(TARGET_CXXFLAGS) -Wno-cast-align"
|
|
|
|
+
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
|
ifeq ($(BR2_PACKAGE_XORG7),y)
|
|
WEBKIT_CONF_OPT += --with-target=x11
|
|
WEBKIT_CONF_OPT += --with-target=x11
|