8667 Commits

Author SHA1 Message Date
florian
03df28b39c [package] elfutils: fix missing dependency for libdw
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:01 +00:00
dingo
0b43afa603 [patchteam] Upgrade wing package to latest git revision - Roberto Riggio - 2012-08-06 20:16:45
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 12:20:59 +00:00
blogic
33497a7cd0 [packages] flashrom was missing explicit dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33027 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 18:51:46 +00:00
blogic
51417f239a [packages] build pulseaudio without gtk2 when xorg feed is installed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33026 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 18:51:45 +00:00
blogic
21f40dd996 [packages] build gd without fontconfig support when the desktop feed is installed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 18:51:43 +00:00
blogic
e10327a53d [package] giflib should build without x11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 16:23:19 +00:00
florian
e87bc906d3 [package] gw6c: fix missing LIBGCC_S dependency
Showed up on ARM builds.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33017 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 15:39:51 +00:00
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
florian
95fa2129f3 [package] imagemagick: fix missing dependencies, remove unused cxx support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 15:39:46 +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
mirko
f0389891c0 With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:07:38 +00:00
mirko
3485d682d4 When openwrt toolchain uses eglibc (2.15) instead of uclibc,
libevent2 build fails to following error:

Package libevent2 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 has been tested by building the libevent2 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@33007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:06:54 +00:00
blogic
735f96fa0b [packages] gmediaserver is not c++
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-05 08:52:52 +00:00
blogic
f9f48b58d6 [packages] miredo libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32998 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-05 08:17:07 +00:00
blogic
4ee1cb6463 [packages] nagios-plugins libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32997 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-05 08:17:05 +00:00
blogic
cbc463f1c3 [packages] libusb libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 20:37:10 +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
1a75f943c4 [packages] id3lib libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:07 +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
24f8445cad [packages] gw6c libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32986 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:18 +00:00
blogic
20763a7794 [packages] ndppd libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:17 +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
3418bbccc4 [packages] gnuplot libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32979 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:06 +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
14f1269e18 [packages] avrusbboot libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32977 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:02:03 +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
a08f2e35de [packages] taglib libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:01:56 +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
ff0446f61d [packages] unrar libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:49 +00:00
blogic
6b48c79e31 [packages] boblight libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:48 +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
blogic
123df2d886 [packages] tiff libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:36 +00:00
blogic
2a9b939900 [packages] libv4l libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:34 +00:00
blogic
9a0c9241f9 [packages] fcgi libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:32 +00:00