summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-x.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 14:05:02 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 14:05:02 +0000
commitb8e55698d1fd9a17bf3d4c55029b318724bb1f09 (patch)
tree4d2d871f14febcec5a0db2c3dea35266a69f429b /rules/xorg-proto-x.make
parent013159461b8c802f9c2ea11d86bda4ad90173d48 (diff)
downloadptxdist-b8e55698d1fd9a17bf3d4c55029b318724bb1f09.tar.gz
ptxdist-b8e55698d1fd9a17bf3d4c55029b318724bb1f09.tar.xz
* xorg-proto-x.make: Don't trust the autodetection
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8138 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-proto-x.make')
-rw-r--r--rules/xorg-proto-x.make16
1 files changed, 14 insertions, 2 deletions
diff --git a/rules/xorg-proto-x.make b/rules/xorg-proto-x.make
index 20324866e..7e89e4f68 100644
--- a/rules/xorg-proto-x.make
+++ b/rules/xorg-proto-x.make
@@ -2,7 +2,7 @@
# $Id: template 4565 2006-02-10 14:23:10Z mkl $
#
# Copyright (C) 2006 by Erwin Rol
-#
+#
# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
@@ -64,7 +64,19 @@ XORG_PROTO_X_ENV := $(CROSS_ENV)
#
# autoconf
#
-XORG_PROTO_X_AUTOCONF := $(CROSS_AUTOCONF_USR)
+XORG_PROTO_X_AUTOCONF := $(CROSS_AUTOCONF_USR) \
+ --disable-dependency-tracking
+
+#
+# this was valid for an x86 target. Check on other
+# architectures and do not trust the autodetection
+#
+XORG_PROTO_X_AUTOCONF += \
+ --enable-const-prototypes \
+ --enable-function-prototypes \
+ --enable-varargs-prototypes \
+ --enable-nested-prototypes \
+ --enable-wide-prototypes=no
$(STATEDIR)/xorg-proto-x.prepare: $(xorg-proto-x_prepare_deps_default)
@$(call targetinfo, $@)