summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-rw-r--r--rules/bridge-utils.in4
-rw-r--r--rules/php5.in3
-rw-r--r--rules/php5.make2
3 files changed, 8 insertions, 1 deletions
diff --git a/rules/bridge-utils.in b/rules/bridge-utils.in
index 72b5adbc3..7719e7e1b 100644
--- a/rules/bridge-utils.in
+++ b/rules/bridge-utils.in
@@ -2,6 +2,10 @@
config BRIDGE_UTILS
bool
+ # FIXME:
+ # - claims about missing "missing"
+ # - tries to pick up non-local include paths
+ depends on BROKEN
prompt "Bridge Utils "
help
Utilities for configuring the Linux ethernet bridge
diff --git a/rules/php5.in b/rules/php5.in
index 21c8aeb54..34e316db8 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -2,6 +2,9 @@
menuconfig PHP5
bool
+ depends on BROKEN
+ # FIXME:
+ # - doesn't find libxml2 on himalia
prompt "php5 "
select APACHE2 if PHP5_SAPI_APXS2
select MYSQL if PHP5_EXT_MYSQL
diff --git a/rules/php5.make b/rules/php5.make
index f9f6aca10..12f0d1124 100644
--- a/rules/php5.make
+++ b/rules/php5.make
@@ -20,7 +20,7 @@ PACKAGES-$(PTXCONF_PHP5) += php5
PHP5_VERSION := 5.1.6
PHP5 := php-$(PHP5_VERSION)
PHP5_SUFFIX := tar.bz2
-PHP5_URL := http://de2.php.net/get/$(PHP5).$(PHP5_SUFFIX)
+PHP5_URL := http://de.php.net/get/$(PHP5).$(PHP5_SUFFIX)/from/this/mirror
PHP5_SOURCE := $(SRCDIR)/$(PHP5).$(PHP5_SUFFIX)
PHP5_DIR := $(BUILDDIR)/$(PHP5)