diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-21 16:25:58 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-23 20:34:56 +0100 |
commit | 09216ec22b2590b0e5fb5f50ed98bc0f6fd313d5 (patch) | |
tree | 373d77f0bfa3340a707bd32c9bbac87f2438d015 /package/tn5250 | |
parent | 1cd56dc514cc4da46cd7abc1782fe258ae1b3dcb (diff) | |
download | buildroot-novena-09216ec22b2590b0e5fb5f50ed98bc0f6fd313d5.tar.gz buildroot-novena-09216ec22b2590b0e5fb5f50ed98bc0f6fd313d5.zip |
webkit: several build fixes
This patch fixes different problems:
* The autogen script of Webkit did not find autoconf, automake and
aclocal since they are not installed in the host, but in
$(HOST_DIR). Therefore we pass HOST_CONFIGURE_OPTS to autogen.sh so
that the PATH is correct.
* The autogen script was complaining that gtk-doc.make could not be
find. As compiling gtk-doc completely is a pain (depends on
Docbook), we just include gtk-doc.make into package/webkit/, and
copy it to the source directory.
* The autogen script was complaining about macros used in
gtk-doc.make that did not exist. This is because aclocal was not
run with $(STAGING_DIR)/usr/share/aclocal/ in the include
path. Therefore, we fix ACLOCAL_FLAGS of Webkit's autogen script
before running it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tn5250')
0 files changed, 0 insertions, 0 deletions