Fixes the following build error:
Package lcd4linux-custom is missing dependencies for the following libraries:
libgd.so.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33135 3c298f89-4303-0410-b956-a3cf2f4a3e73
It causes build error if a graphical driver is selected:
drv.o:(.got+0x0): multiple definition of `_GLOBAL_OFFSET_TABLE_'
collect2: ld returned 1 exit status
make[5]: *** [lcd4linux] Error 1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33134 3c298f89-4303-0410-b956-a3cf2f4a3e73
Avoids the configure script checking for it while cross-compiling
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33085 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is runtime tested on a MIPS-based DIR-620 with a simulator station.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33083 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is the latest official version. Currently tested only with wview as there
are no other packages in the repository depending on radlib.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Official kamailio 3.0 was released on January 11, 2010.
It includes an astonishing number of improvements and new features.
Kamailio v3.3.0 was released on June 18, 2012. This patch contains
last version of Kamailio. Compared to previous version of kamailio3
package (sent http://patchwork.openwrt.org/patch/2284/ ) there is no
patch for curl.h line removal from and also a few modules were added.
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33061 3c298f89-4303-0410-b956-a3cf2f4a3e73
PeerVPN (http://www.peervpn.net/), by Tobias Volk, is software that
builds virtual ethernet networks between multiple computers. A virtual
network built by PeerVPN uses a full mesh topology. All nodes talk
directly to each other, there is no need for a central server. If one
node goes down, the rest of the network is unaffected.
Configuring PeerVPN is easy. You just need to configure an encryption
key, network name and the contact information (IP address and port) of
some other PeerVPN nodes. Adding a new node to an existing network
doesn't require the existing nodes to alter their configuration,
because its IP address is automatically distributed across the whole
virtual network.
Signed-off-by: Dan VerWeire <dverweire@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33060 3c298f89-4303-0410-b956-a3cf2f4a3e73
If these headers are present on the host, they will be used verbatim
and will prevent the package build, so disable checking for them.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33016 3c298f89-4303-0410-b956-a3cf2f4a3e73
of uclibc, transmission package will fail to
build because the function definition exported by the
libtransmission/fdlimit.c is lightly different than
the function definition in fcntl.h that is installed
by eglibc.
To get transmission build to work both with uclibc
and eglibc, fdlimit.c needs to export function
only if the build toolchain uses uclibc.
This fixes also a openwrt bug
https://dev.openwrt.org/ticket/8820
openwrt_trunk.git/staging_dir/
toolchain-mipsel_gcc-4.6-linaro_eglibc-2.15/lib/
gcc/mipsel-openwrt-linux-gnu/4.6.3/../../../../
mipsel-openwrt-linux-gnu/sys-include/bits/fcntl.h:316:12:
error: conflicting types for 'fallocate64'
fdlimit.c:30:14: note: previous declaration of 'fallocate64' was here
Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Since eglibc doesn't get shipped with rpc support,
always build-depend on librpc now.
Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33011 3c298f89-4303-0410-b956-a3cf2f4a3e73
samba36-server build causes following error:
Package samba36-{client,server} is missing dependencies for the following
libraries:
librt.so.1
Fix is to define
DEPENDS:=+USE_EGLIBC:librt
which adds the librt dependency only if the eglibc is used by toolchain.
Patch tested by building the samba36 both with the the eglibc and uclibc
openwrt toolchains.
Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33010 3c298f89-4303-0410-b956-a3cf2f4a3e73
This will fix the error caused by undefined PATH_MAX variable.
Signed-off-by: Mika Laitio <mika.laitio@nokia.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33009 3c298f89-4303-0410-b956-a3cf2f4a3e73