2062 Commits

Author SHA1 Message Date
nbd
ca74ca9b86 packages: fix parallel build by adding + for every make command that passes the jobserver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:58:24 +00:00
jow
e339940cfb [packages] remove now redundant +USE_EGLIBC:librt dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:35:00 +00:00
florian
058c9ac1ab [package] avahi: Makefile fix to honor configuration changes
his patch is to fix a long-standing problem with avahi builds:
if you change the configuration, sometimes the relevant packages are not
correctly rebuilt; see, for example, ticket #11110.

Background: avahi can be built in two modes: with or without D-BUS support.
If you switch builds from one mode to the other and then back again, the
packages will not
always be rebuilt as required. For example, if you choose to build avahi (1)
without D-BUS support,
then (2) with D-BUS support and then (3) without D-BUS support, the packages
will not
be rebuilt the third time, and you'll be left with the packages
from the second build -- packages that require D-BUS support.

The patch works by deleting the ".build" file belonging to the mode not
currently chosen, so
that if that mode is chosen again in the future, its packages will always be
rebuilt.

A few small corrections to the explanatory text are included.

Signed-off-by <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33472 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:30 +00:00
florian
6d5ac99f02 [package] libavahi must depend on libssp if SSP enabled
Signed-off-by: Alexey I. Froloff <raorn@raorn.name>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33466 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:09:21 +00:00
florian
0cf20842ee [package] gettext-full: fix build on eglibc
Apply the same patch as in r33081.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33394 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-13 14:42:54 +00:00
jow
954c482f9c [packages] revert changed PKG_FIXUP after r33363, fix copyright date (#12168)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 20:50:36 +00:00
hcg
997f991ceb [packages] file: bump version to 5.11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 14:43:43 +00:00
hcg
fccd7e7921 [packages] glib2: Add conditional dependency on librt if using eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-10 14:36:39 +00:00
blogic
03bae51978 [packages] avahi: remove inappropriate dependency on dbus in Changeset 32330
This patch fixes an issue reported by Damiano Albani.
Changeset 32330, while fixing one bug, unfortunately introduces another one -- it makes
avahi-daemon always dependent on the dbus package, causing dbus to be
loaded even when it's not needed.

This patch makes avahi-daemon dependent on dbus only is avahi dbus support has been selected.

Signed-off-by Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-24 06:16:36 +00:00
blogic
869bc95451 [packages] avahi fix for Ticket #11039 -- rlimit-nproc set too low
This patches the /etc/avahi/avahi-daemon.conf file, setting the rlimit-nproc parameter to 3.
Thepresent value for rlimit-nproc of 1 is too low and  can cause the avahi-daemon to refuse to start, with a message:
chroot.c: fork() failed: Resource temporarily unavailable

This patch changes the setting of rlimit-nproc to 3, the same setting as
is in the default avahi-daemon.conf file.

The issue was reported in Ticket #11039.

Signed-off-by Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-22 09:59:23 +00:00
blogic
3ea9b7d7ce [packages] fix host header deps for classpath
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33214 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-22 08:24:01 +00:00
blogic
292d97d9bc [packages] disable gdk_pixbuf when building libdmapsharing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-14 19:09:19 +00:00
blogic
40ff33b65f [packages] remove variants from radlib
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 20:04:08 +00:00
blogic
aacb8d82f0 [packages] daq broke on full builds
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 19:31:56 +00:00
florian
7921d8ddbd [package] Package libdaq as a new Snort dependency
libdaq, a data acquisition library needed by a Snort 2.9.x.

Signed-off-by: Jiri Slachta <jiri@slachta.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 14:08:38 +00:00
blogic
4862987d0c [packages] fix radlib VARIANT usage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 09:52:11 +00:00
jow
ab9819a232 [packages] glib2: add a build dependency on libintl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-11 00:43:39 +00:00
florian
6e9d7aab58 [package] libimobiledevice: bypass usbmuxd pkgconfig
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10 15:49:29 +00:00
florian
67f1a8fec1 [package] libimobiledevice: disable largefile support
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
2012-08-10 15:49:27 +00:00
florian
289047f9bb [package] radlib: bump version to 2.12.0, add sqlite
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
2012-08-10 15:49:20 +00:00
florian
2871c5b46c [package] openh323: build using local speex (#6663)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:22 +00:00
florian
694b56e175 [package] pwlib: set -fpermissive to build properly with gcc-4.7+
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:21 +00:00
florian
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
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
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
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
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
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
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
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
florian
5151878443 [package] zaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-01 18:40:32 +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
a3e8904469 [package] libmpeg2: fix build on armv4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:12 +00:00
florian
b13286d8d6 [package] avahi: bump to 0.6.31
Signed-off-by Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 14:58:51 +00:00
acinonyx
6759f2b2d6 [packages] vips: Fix a typo in configure arguments (#11875)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 17:25:29 +00:00
luka
6617cefbe1 [packages] lzo: update to version 2.06
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:09 +00:00
acinonyx
d446177637 [packages] vips: Bump copyright date
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:57 +00:00
acinonyx
7e64f08225 [packages] vips: Bump to 7.28.9
Update VIPS to 7.28.9; fixes https://dev.openwrt.org/ticket/11866.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:53 +00:00
acinonyx
5ab5a4a24f [packages] libdmapsharing: Bump to 2.9.15
Update libdmapsharing to 2.9.15; fixes https://dev.openwrt.org/ticket/11866.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:49 +00:00
luka
a9ed77f56a [packages] libzip: add package
based on patch from <xiangfu@openmobilefree.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-15 11:51:48 +00:00
nbd
6099237c37 curl: add missing dependency for eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 16:25:45 +00:00
nbd
16a7edec39 boost: avoid the python build dependency if python support is disabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:06 +00:00
nbd
6decbb6b5b libffi: split build and source directory to work around some makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:05 +00:00
nbd
aa907fcabc boost: use user-config.jam instead of site-config.jam
On some machines the build ignores site-config.jam and proceeds doing a native build.
To catch such errors earlier, set the architecture in the gcc toolset

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:03 +00:00
nbd
d00eb2225a libxapian: add a build dependency on util-linux (it needs libuuid at build time)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 11:40:15 +00:00
swalker
b4829ab17c [packages] libusb-1.0: update to 1.0.9, fix title & description, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-23 21:36:45 +00:00