don't check for xapian using 'xapian-config --ltlibs', since .la files are not installed anymore
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28415 3c298f89-4303-0410-b956-a3cf2f4a3e73
I'm the developer of axTLS. I've got an update to use the latest
version. Hopefully nothing too dramatic here.
Signed-off-by: Cameron Rich <camster444@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Remove unneeded configure flags and add support for parallel build.
No need to bump the PKG_RELEASE.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28099 3c298f89-4303-0410-b956-a3cf2f4a3e73
Trying to fix some issues with php5 I discoverd that php5's mysql extension doesn't load:
<snip>
root@OpenWrt:/tmp# php-cli -m
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/mysql.so' - File not found in Unknown on line 0
[PHP Modules]
Core
ctype
curl
date
ereg
gettext
json
openssl
pcntl
pcre
posix
Reflection
session
sockets
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
zlib
[Zend Modules]
</snap>
After installing uclibcxx, the extension loads fine:
<snip>
root@OpenWrt:/tmp# opkg install uclibcxx
Installing uclibcxx (0.2.2-3) to root...
Downloading http://192.168.1.2:8081/brcm47xx/packages/uclibcxx_0.2.2-3_brcm47xx.ipk.
Configuring uclibcxx.
root@OpenWrt:/tmp# php-cli -m
[PHP Modules]
<...>
mysql
<...>
[Zend Modules]
</snap>
So the mysqlclient library needs uclibcxx, not only mysql-server. But since
mysql-server is depended of the mysqlclient library we can shorten its dependencies.
I also cross-checked that e.g. a mysql-enabled lighttpd shows the same behaviour
when uclibcxx is not installed.
<snip>
root@OpenWrt:/tmp/log/lighttpd# lighttpd -f /etc/lighttpd/lighttpd.conf
1970-01-01 05:07:30: (plugin.c.169) dlopen() failed for: /usr/lib/lighttpd/mod_mysql_vhost.so File not found
1970-01-01 05:07:30: (server.c.650) loading plugins finally failed
</snap>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28083 3c298f89-4303-0410-b956-a3cf2f4a3e73
This updates to VIPS 7.24.5 and includes the im_bufjpeg2vips function,
backported from Git master.
Signed-off-by: W. Michael Petullo <mike at flyn.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Upgrade to new version and refresh patches.
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27886 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is clashing with libs/libelf, and only 'perf' is using this version, so
until we resolve that clashing, do not build libelf from elfutils.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27866 3c298f89-4303-0410-b956-a3cf2f4a3e73
PROFILE is overloaded by postgresql versus how target's define it.
Fixes: https://dev.openwrt.org/ticket/9863
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Signed-off-by: Your Joe Roback <openwrt-devel at roback.cc>
* enable parallel building
* remove dead mirrors
* use CONFIGURE_ARGS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27658 3c298f89-4303-0410-b956-a3cf2f4a3e73