| Commit message (Collapse) | Author | Age |
|\
| |
| | |
libuhttpd: update to 2.0.3
|
| |
| |
| |
| |
| |
| |
| | |
ecb3ea9 Fix compile error on openwrt-x64
d9ef540 mention some code in lua_template.c copied from.
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|/
|
|
| |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
|\
| |
| | |
gettdns: Bump to 1.4.1 plus fixes
|
| |
| |
| |
| |
| |
| | |
Makefile needed to be updated specify ssl dir
Signed-off-by: David Mora <iamperson347+public@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
|
| |
| |
| |
| | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|\ \
| | |
| | | |
libcap: executables
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add option to install additional executables - capsh, getcap, getpcaps, setcap
* capsh can be configured to execute a different shell rather than /bin/bash
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add dependency to giflib as the buildbot complained about that.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \
| | | |
| | | | |
wifidog-ng: Add package
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Next generation WifiDog
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
|
|\ \
| | |
| | | |
libhttp-parser: Bump to version 2.8.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumped package version.
There was an issue with .so file:
dependent package wanted lib.so.2.8 but there was
only lib.so.2.8.0 there so one more symlink added.
http-parser sources are owned by nodejs now.
Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove automatic inclusion of avutil if ffmpeg libraries present in build.
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also drop obviously dead download mirrors.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts 5b5659850dbaae4d2ac2e3f599015f71e341841e.
In hindsight I have to admit I did not correctly understand the
implications of the uclibc++.mk include.
The include allows a package to follow the user's choice regarding which
C++ library should be the standard. Linking against uClibc++ instead of
libstd++ is not a problem when running musl (which is what I had
incorrectly assumed), as both C++ libs are separate packages. And
uClibc++ is a lot smaller than libstd++, which is probably why it is
even the default C++ lib on OpenWrt currently.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Provide configuration items to select individual backends. This
also allows to fine-tune the package dependencies.
In order to address #5637, we make this dep unconditionally
until upstream allow to opt-in/opt-out libavahi support.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change license to LGPL2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL
require a rerun of ./configure when their selection changes. So add them
to PKG_CONFIG_DEPENDS accordingly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The change should also work fine with older kernels, as <linux/uaccess.h>
has existed for a long time, and it includes <asm/uaccess.h>.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
|\ \ \
| | | |
| | | | |
libs/libssh2: Remove $(FPIC), update InstallDev
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use $(INSTALL_DATA) for headers and pkgconfig file.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
libssh2 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libssh2 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\ \ \ \
| | | | |
| | | | | |
libxslt: remove $(FPIC), clean up install defines
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Makes sure that even i.e. libxslt.so symlink gets copied to the target.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
libxml2 can be removed as libxslt already depends on it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
libxslt already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libxslt build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with
PIC, which us undesirable.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make sure that the c++ headers get installed to the staging directory
when libtiffxx was selected/built.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Simplify the Makefile. No functional change.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Use $(INSTALL_DATA) for headers (and really copy only the headers).
- Install _all_ symlinks.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
tiff already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the tiff build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Also with $(FPIC) in CFLAGS even the tiff utils get compiled with PIC,
which us undesirable.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
The include injects a lib depend on libuClibc++.so.0 into the package,
even on musl. Remove it and replace the depend with libstcpp instead.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will be required by qemu 2.11. The two patches are copied from
packaging of current qemu 2.6
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |
| |
| |
| |
| |
| | |
Cosmetic change.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Changelog at: https://c-ares.haxx.se/changelog.html
mostly android and windows fixes, but some minor fixes for all systems.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
| |
| |
| |
| |
| |
| |
| |
| | |
The sqlite3 binary was linked against the static library of libsqlite3.
It now uses the .so library of the libsqlite3 package. This dropped size
of the sqlite3 binary from 652k to 91k.
Signed-off-by: Gaëtan Buchetet <bubuche.pub@free.fr>
|
|\ \
| | |
| | | |
libnatpmp: Update to 20150609
|
| | |
| | |
| | |
| | |
| | |
| | | |
Official mirror. Compile and Run tested on ramips.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
libsoup: update to 2.60.3
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
This release focused on high bit depth performance (10/12 bit) and vp9
encoding improvements.
See: https://chromium.googlesource.com/webm/libvpx/+/v1.7.0
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|