Commit Graph

9074 Commits

Author SHA1 Message Date
96ce4c149a [package] lcdproc: update to 0.5.4 (#9053)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:13 +00:00
4417f7f147 [package] vpnc: use $(INSTALL_DIR) instead of a custom install call (#10957)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:12 +00:00
244285ef63 [package] ffmpeg: fix typo on config variables to enable custom build (#11948)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:10 +00:00
831aa489f3 [package] appweb: fix build when IPv6 support is disable (#7897)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33040 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:09 +00:00
3e1f8debc6 [package] appweb: rework extraction process (#7897)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33039 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:05 +00:00
1389159815 [package] gettext-full: don't ship two copies of the library (#11939)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:04 +00:00
8cdf861b93 [package] kissdx: update to r193 (#11147)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:02 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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