From 1fb5ffbb0878832e7ef4d64a97b0af2fbbbc712c Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sun, 28 Jan 2007 21:55:26 +0000 Subject: * ptxdist: backported changes from 0.10.6-branch git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6972 33e552b5-05e3-0310-8538-816dae2090ed --- rules/bridge-utils.in | 4 ++++ rules/php5.in | 3 +++ rules/php5.make | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) (limited to 'rules') 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) -- cgit v1.2.3