3770 Commits

Author SHA1 Message Date
florian
3fffc2774d [package] sipsak: disable checking for c-ares and ruli
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
2012-08-06 15:39:50 +00:00
blogic
52fed63a5b [packages] fix uhub for event and event2 co existance
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:10:00 +00:00
mirko
767ef9fce3 If eglibc (2.1.5) is selected in openwrt instead
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
2012-08-06 11:08:44 +00:00
mirko
e246cb81eb Fix the snort build with openwrt eglibc toolchain
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
2012-08-06 11:08:19 +00:00
mirko
b8bfc61776 When openwrt toolchain uses eglibc (2.15) instead of uclibc,
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
2012-08-06 11:08:16 +00:00
mirko
c4ad01d56c Fix knock build with the openwrt eglibc toolchain by including the limits.h from knockd.c.
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
2012-08-06 11:08:13 +00:00
blogic
663d8ad7e0 [packages] memcached: fixes compile when libevent and libevent2 are both staged
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 20:37:08 +00:00
blogic
9862b3deef [packages] ctorrent libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32990 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:11 +00:00
blogic
a088620c7f [packages] mgen libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:09 +00:00
blogic
933cbc5565 [packages] lftp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32987 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:05 +00:00
blogic
eae0ffa73f [packages] sipp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:15 +00:00
blogic
213705080a [packages] pcapsipdump libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:13 +00:00
blogic
49d9c99957 [packages] dansguardian libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:11 +00:00
blogic
5e2625854c [packages] kismet libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32981 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:10 +00:00
blogic
20ee160ff3 [packages] vncrepeater libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:08 +00:00
blogic
bc19341c7a [packages] imsnif libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:04 +00:00
blogic
18d7ffe29a [packages] stun libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32976 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:01 +00:00
blogic
e35b1ea0ae [packages] cbtt libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:01:59 +00:00
blogic
d79f983004 [packages] znc libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:51 +00:00
blogic
ab2bb1a557 [packages] znc libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32970 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:46 +00:00
blogic
cb5e8f170a [packages] paris-traceroute libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32969 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:45 +00:00
blogic
9f424007d6 [packages] mgen libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:43 +00:00
blogic
46d2b05f2c [packages] lftp libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:41 +00:00
blogic
7d724ee102 [packages] ditg libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:40 +00:00
blogic
b17e7eeca3 [packages] ctorrent libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:38 +00:00
florian
d340c886e7 [package] openswan: fix build for 64-bits targets
Do not override LDFLAGS otherwise we are going to kill Kbuild's
specific LDFLAGS and fail linking modules on 64-bits targets.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 13:32:40 +00:00
florian
321acbec8d [package] xtables-addons: fix build for 64-bits targets
The first fix is a pointer comparison fix, and the second is not to
override the Linux kernel's TARGET_LDFLAGS with those that we use
during cross-compiling.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 13:32:39 +00:00
florian
256c60a8bb [package] l7-protocols: fix g++-uc location
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 13:32:36 +00:00
blogic
9e76f2bbf4 [packages] uhub: libevent fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 09:15:21 +00:00
blogic
306b2852ad [packages] memcached: libevent fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 09:15:20 +00:00
florian
a1c284cd9a [package] update faifa and package hpavcfg
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-01 18:40:35 +00:00
florian
cadd0a0483 [package] faifa: update to latest revision to get rid of openssl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-01 18:40:34 +00:00
florian
5c8f51ddfb [package] appweb: fix linking against libdl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-01 18:40:25 +00:00
florian
eeb3b43999 [package] libevent: move headers and libs to a specific sub-folder
And update nfs-kernel-server to use these new headers location

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:18 +00:00
florian
240e8535de [package] memcached: fix dependency against libevent2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:17 +00:00
florian
01750623ea [package] uhub: depend on libevent2 instead of libevent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32916 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:13 +00:00
florian
a72d8b0ad0 [package] remotefs: update to revision 1297, fixes makefile issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:39:57 +00:00
mirko
8a7121d7f4 [packages/openvpn] update to latest git revision, remove misplaced patch - fixes #11739
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-29 15:38:44 +00:00
obsy
800a1855b2 [packages] transmission: update to 2.61
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-29 12:07:31 +00:00
blogic
1ba2de8dd6 [packages] amule: disable backtrace to avaoid missin -lbfd error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-28 21:54:43 +00:00
luka
27814fecd9 [packages] dhcp: rename to isc-dhcp and fix ipv6 support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32897 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 20:59:55 +00:00
florian
fcfa3dd3ab Revert "[package] openssh: add ESSENTIAL_PROCESSES"
The infrastructure to handle this is not yet in place.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 15:43:34 +00:00
florian
fd2b771a70 [package] openssh: add ESSENTIAL_PROCESSES
This adds an ESSENTIAL_PROCESSES shell variable to /etc/init.d/sshd.
The corresponding openwrt patch has the details.

Signed-off-by: Ryan Nowakowski <tubaman@fattuba.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 14:58:53 +00:00
florian
29ebced21f [package] usbip: update userspace to match kernel part
After kernel 2.6.39, usbip kernel and userspace are in kernel tree
The new kernel modules names have already been updated in openwrt for
kernel > 2.6.39

This patch, allow to build the new corresponding usbip userspace tool
when of the device use a kernel > 2.6.39
And continue to build version 0.1.7 for older version.

Fix #10992

Florian:
- do not use an md5sum for usb.ids since it changes often
- dropped the parts to support kernels <= 2.6.39
- make the package depend on LINUX_3_3

Signed-off-by: Mehdi Abaakouk <sileht@sileht.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 11:49:22 +00:00
blogic
df4e61ec16 [packages] fix asterisk-1.8.10.1 md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 19:22:24 +00:00
blogic
7f7b1d471a [packages] add missing -lpthread to curlftpfs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 18:58:46 +00:00
florian
0aab4aa3ec [package] faifa: switch to the github repository
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 14:01:23 +00:00
loswillios
bd47930617 [packages] weechat: update to 0.3.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-25 08:56:41 +00:00
blogic
e959d57f61 [packages] Port the wing package to the new netifd infrastructure.
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-24 21:46:18 +00:00
acinonyx
0823b7d98f [packages] nzbget: Bump to version 0.8.0
Update the nzbget to the latest stable version 0.8.0

Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-23 19:16:57 +00:00