summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-09 15:20:13 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-10 02:16:58 +0100
commit80577b151aa464763bafbe45b82530a5a478a240 (patch)
treef56b1b8360845d1d98dc4d29aa6d63da74fec3a9 /rules
parent61211865e20efac9042ad89a9a5c28e4bc0d3100 (diff)
downloadptxdist-80577b151aa464763bafbe45b82530a5a478a240.tar.gz
ptxdist-80577b151aa464763bafbe45b82530a5a478a240.tar.xz
binconfig_glob: disable binconfig_glob mechanism
This patch disables the binconfig mechanism for some packages whose -config files shouldn't be installed. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/apache2.make2
-rw-r--r--rules/php5.make1
-rw-r--r--rules/python.make2
3 files changed, 5 insertions, 0 deletions
diff --git a/rules/apache2.make b/rules/apache2.make
index 040294bc0..8d2700cf5 100644
--- a/rules/apache2.make
+++ b/rules/apache2.make
@@ -47,6 +47,8 @@ APACHE2_ENV := $(CROSS_ENV) \
apr_cv_mutex_robust_shared=no \
ac_cv_func_setpgrp_void=yes
+APACHE2_BINCONFIG_GLOB := ""
+
#
# autoconf
#
diff --git a/rules/php5.make b/rules/php5.make
index 503aed0bc..b63d7b442 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -43,6 +43,7 @@ $(PHP5_SOURCE):
PHP5_PATH := PATH=$(CROSS_PATH)
PHP5_ENV := $(CROSS_ENV)
+PHP5_BINCONFIG_GLOB := ""
#
# autoconf
diff --git a/rules/python.make b/rules/python.make
index d0815d2da..9e804b7a5 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -55,6 +55,8 @@ PYTHON_ENV := \
ac_cv_have_lchflags=no \
ac_cv_py_format_size_t=yes
+PYTHON_BINCONFIG_GLOB := ""
+
#
# autoconf
#