currently the init.d script of fastcgi-php do not use the standard
rc.common methods. The attached patch fixes that.
Signed-off-by: Alexander Sulfrian <alexander@sulfrian.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23618 3c298f89-4303-0410-b956-a3cf2f4a3e73
Also add the required package dependencies. See also ticket #7237 for
reference.
A simple test case is the following php script:
<?php
$db = new SQLite3("test.db");
?>
It hangs and triggers the max execution time without this patch.
Signed-off-by: Michael Heimpold <mhei at heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23585 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch installs the lib files for sigscheme (.scm files) in
/usr/share/sigscheme/lib instead of /usr/lib/sigscheme/lib.
If installed in another location, sigscheme can't find them and
refuses to start.
Another way to tackle the problem would be to make sigscheme look
for the .scm files in /usr/lib/sigscheme (the trailinig /lib seems
more than a bit superfluous), but that would require patching
configure.ac, which is probably more trouble than it's worth.
Signed-off-by: Andrea Bolognani <eof@kiyuko.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This enables encoding of iconv.so.
Signed-off-by: Woojae, Park<nikescar at gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23518 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a followup to my 16 month old patch for perl signal numbering for mipsel:
https://dev.openwrt.org/changeset/16539
This time for mips. Tested on atheros (accton mr3201a). Also
compared favorably to linux-2.6.git's arch/mips/include/asm/signals.h
The most obvious benefit is that forked children get reaped
appropriately in long-running perl processes. Please apply.
http://www.personaltelco.net/~russell/mips-perl-signal.patch
Signed-off-by: Russell Senior <seniorr@aracnet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23472 3c298f89-4303-0410-b956-a3cf2f4a3e73
It's not supported on this arch (yet):
./include/private/gcconfig.h:481:5: error: #error "The collector has not been ported to this machine/OS combination."
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22235 3c298f89-4303-0410-b956-a3cf2f4a3e73
this patch adds a new package in the lang section:
http://code.google.com/p/sigscheme/
SigScheme is a R5RS Scheme interpreter for embedded use. It features
small footprint (64KB in library form on the 'small' configuration)
like SIOD and TinyScheme, low memory consumption (2-words per cons
cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and
more.
-Raphael
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21473 3c298f89-4303-0410-b956-a3cf2f4a3e73
this prevents it from being added as a build dependency for the whole package,
as the other part of this package can be built without wnck
fixes builds with the directfb display feature flag
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21091 3c298f89-4303-0410-b956-a3cf2f4a3e73