From 94a70ce68aff8dd44aebfd9f382990a85a5fe942 Mon Sep 17 00:00:00 2001 From: agb Date: Fri, 1 Aug 2008 06:44:40 +0000 Subject: [PATCH 1/1] [packages] lang/php4: Disable compilation on ixp4xx, has been far a long time. git-svn-id: svn://svn.openwrt.org/openwrt/packages@12062 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php4/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lang/php4/Makefile b/lang/php4/Makefile index f8cef7915..a2a99c8f3 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006,2007 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -24,11 +24,12 @@ define Package/php4/Default SECTION:=lang CATEGORY:=Languages TITLE:=PHP4 Hypertext preprocessor + DEPENDS:=@!TARGET_ixp4xx URL:=http://www.php.net/ endef define Package/php4/Default/description - PHP is a widely-used general-purpose scripting language that is especially + PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. endef @@ -39,7 +40,7 @@ endef define Package/php4/description $(call Package/php4/Default/description) - This package contains only the PHP config file. You must actually choose + This package contains only the PHP config file. You must actually choose your PHP flavour (cli, cgi or fastcgi). endef -- 2.11.0