Peter Korsgaard
a72794391a
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
...
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Ulf Samuelsson
cf965728d2
Fix spelling error, causing php to use host includes, add patching and unpacked targets
2009-01-25 20:59:30 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Ulf Samuelsson
675d416144
Bump php version since source is removed due to security risk
2009-01-11 20:08:47 +00:00
Thomas Petazzoni
80ad247617
Bump PHP version to 5.2.7.
...
Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar>.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-12-13 11:01:21 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
4cd1ceb76d
php: fix s/EXIT/EXT/ typo in simplexml select
2008-06-16 09:49:47 +00:00
Arnar Mar Sigurðsson
a9aa94d1be
Add missing depends
2008-06-01 19:42:14 +00:00
Arnar Mar Sigurðsson
4d953ef59f
Dump php to version 5.2.6 and add SimpleXML extension to config menu
2008-06-01 18:04:13 +00:00
Peter Korsgaard
85f8ba8a76
php: hide extensions menu if not enabled
2008-03-25 08:49:38 +00:00
John Voltz
554fc8bc7f
fixes for php makefile
2008-03-11 18:14:42 +00:00
John Voltz
7059768c4c
enhancements for php
2008-03-06 18:21:33 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
e1c81b6327
- fix unpacking the tarballs, minor cleanups while at it.
2007-08-22 10:11:18 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
4955099de0
Från: Brad House <brad@mainstreetsoftworks.com>
...
Till: buildroot@uclibc.org
Ämne: [Buildroot] [patch] php fixes and updates
Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST)
Changes:
- fastcgi config option
- force php to find the php.ini in /etc (it seems to default
to /lib for some reason)
- build with posix support, a lot of php scripts require
this apparently
- strip the php binary when installing to TARGET_DIR
- actually 'uninstall' php on a php-clean
-Brad
2007-08-19 21:02:46 +00:00
Ulf Samuelsson
1b50c35b01
Add php package
2007-08-07 17:47:03 +00:00