| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
While at, also disable the build of the unit tests.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|
|
|
| |
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
|
|\
| |
| | |
libtasn1: add license tag
|
| |
| |
| |
| |
| |
| | |
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
|
|\ \
| | |
| | | |
intltool: make dependency on XML::Parser optional
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Patch `configure` and the shipped `intltool.m4` macro file to make a missing
XML::Parser perl module nonfatal.
All utilities provided by intltool are programmed to fail gracefully at run
time if the module cannot be loaded and those utilities commonly used during
the build do not require it at all.
Also drop the the build-prereq on XML::Parser now that it is optional.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \
| | | |
| | | | |
libsoup: disable overly strict warnings, use system wide intltool.m4
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When building libsoup within the SDK, the following usually nonfatal warning
is causing the build to fail:
make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup'
CC libsoup_2_4_la-soup-address.lo
cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs]
cc1: some warnings being treated as errors
Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed
Use the upstream `--disable-more-warnings` configure switch to disable this
class of `-Werror` flags.
Also drop the shipped copy of `intltool.m4` to force using the system wide one
which does not require the `XML::Parser` module to be installed (see #2771).
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \
| |_|/
|/| | |
crtmpserver: fix multiple issues
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
- Switch download to the Github clone of crtmpserver
- Rebase patches against latest version
- Pregenerate version.h file
- Disable applestreamingclient as it is broken
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \
| | |
| | | |
webui-aria2: Add package
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Web interface to aria2
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|\ \ \
| |/ /
|/| | |
yaaw: Add package
|
| | |
| | |
| | |
| | |
| | |
| | | |
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
|
|\ \ \
| | | |
| | | | |
libftdi1: explicitely disable Boost unit tests
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When libftdi1 is detecting the presence of the Boost unit testing framework,
it will conditionally enable the build of libftdi1 test binaries which fail to
link on some targets with the following error:
CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main':
basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)'
collect2: error: ld returned 1 exit status
test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed
make[6]: *** [test/test_libftdi1] Error 1
Since we do not care about test cases and since we want to avoid unpredictable
conditional compilation simply disable the testcases entirely.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \
| |/ /
|/| | |
youtube-dl: update version
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
|
|\ \ \
| |/ /
|/| | |
gammu: bump to upstream v1.37.3
|
|/ /
| |
| |
| |
| |
| |
| | |
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
|\ \
| | |
| | | |
tgt: update to 1.0.64
|
| | |
| | |
| | |
| | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \
| | | |
| | | | |
smartmontools: update to 6.5
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
|\ \ \
| |/ /
|/| | |
zsh: update to 5.2
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
|
|\ \ \
| | | |
| | | | |
tmux: update to 2.2
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
|
|\ \ \
| |/ /
|/| | |
tor: correct URL for dist downloads
|
| | |
| | |
| | |
| | |
| | | |
Original url was 404.
Fixes Github issue #2284
|
|\ \ \
| | | |
| | | | |
adblock: update 1.1.15
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* toggle to quickly switch adblocking 'on' or 'off' (/etc/init.d/adblock
toggle)
* new config option 'fetchttl' to set download timeouts (default: 5
seconds)
* better config check, distinct between major/minor changes
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \
| | | | |
| | | | | |
reaver: fix broken source url
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
- Switch to release version 1.4
- Include a bugfix patch not present in version 1.4
|
|\ \ \ \
| | | | |
| | | | | |
gcc: Use URL alias
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \
| | | | |
| | | | | |
libunistring: Use URL alias
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \
| |/ / /
|/| | | |
knot: update to 2.2.1
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
|
|\ \ \ \
| | |/ /
| |/| | |
adblock: update 1.1.12
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* change wget binary naming
* change winspy source url
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \ \
| | | | |
| | | | | |
lang/perl-cgi: Fix missing file for perl-cgi
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Perl CGI fails to copy CGI.pm to package and therefore
perl programs and modules depend on CGI module fail.
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
net/netdiscover: Download from SourceForge not unreliable site
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The most recent developer of netdiscover had self-hosted downloads
but also put the project on SourceForge. The self-hosted site went
down but SourceForge is much more reliable so I have moved the
download URI to SourceForge (md5sum is the same).
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
node-hid: fix git submodule issue
|
| | | | | | | |
|