summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xlib_libXt/xlib_libXt.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-15 12:28:47 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-16 00:09:02 +0100
commitcea473d8afaf164a83b1bef92965d3d28e11c41f (patch)
tree97b4438bd02ae47965b016e418d1e6082225aac4 /package/x11r7/xlib_libXt/xlib_libXt.mk
parentdcc6bcd516ceeacf556c37364570796cd0d1eba7 (diff)
downloadbuildroot-novena-cea473d8afaf164a83b1bef92965d3d28e11c41f.tar.gz
buildroot-novena-cea473d8afaf164a83b1bef92965d3d28e11c41f.zip
xlib_libXt: add patch to fix cross-compilation issue
Fixes the following build failure: http://autobuild.buildroot.org/results/2815885d589d75259508bcce4f272b8dddb3be77/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xlib_libXt/xlib_libXt.mk')
-rw-r--r--package/x11r7/xlib_libXt/xlib_libXt.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xlib_libXt/xlib_libXt.mk b/package/x11r7/xlib_libXt/xlib_libXt.mk
index b2667d3db..fd8f07936 100644
--- a/package/x11r7/xlib_libXt/xlib_libXt.mk
+++ b/package/x11r7/xlib_libXt/xlib_libXt.mk
@@ -10,5 +10,6 @@ XLIB_LIBXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXT_INSTALL_STAGING = YES
XLIB_LIBXT_DEPENDENCIES = xlib_libSM xlib_libX11 xproto_kbproto xproto_xproto xcb-proto libxcb host-xproto_xproto
XLIB_LIBXT_CONF_OPT = --disable-malloc0returnsnull --disable-install-makestrs
+XLIB_LIBXT_AUTORECONF = YES
$(eval $(autotools-package))