| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
it is no longer needed for the freeradius3-mod-python3 package to compile and updated the Makefile to reflect this due to the following change/commit in freeradius:
https://github.com/FreeRADIUS/freeradius-server/commit/307678b268cf8898a65632147ecc40d37ea3f9d3
This is in preparation for the 3.0.21 update.
Signed-off-by: Robby K <robbyke@gmail.com>
|
|
|
|
|
|
| |
in preparation for the 3.0.21 update.
Signed-off-by: Robby K <robbyke@gmail.com>
|
|
|
|
| |
Signed-off-by: Robby K <robbyke@gmail.com>
|
|
|
|
|
|
|
|
| |
It is already default with meson.
Not bumping PKG_RELEASE as there is no compiled difference.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
|
| |
Fixes compilation for 4.14 targets.
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
ipfs-http-client: fix compilation of tests
|
| |
| |
| |
| |
| |
| |
| |
| | |
Wrong CMake variable was being used to enable them.
Small whitespace fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
|
| |
| |
| |
| |
| |
| | |
fixes #11965
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| | |
| | | |
websocketpp: Update to version 0.8.2
|
|/ /
| |
| |
| |
| |
| |
| | |
This version has the boost 1.70+ compatibility included so we can drop
the patch.
Signed-off-by: Bruno Randolf <br1@einfach.org>
|
|\ \
| | |
| | | |
python3: Fix host build tool names recorded in target files
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Python will record the values of CC, CXX, AR, and READELF (and other
configure options) used during compilation. pip will use these programs
when asked to compile extension modules on the target device.
* If ccache is used during build, CC and CXX will be ccache_cc and
ccache_cxx, respectively, which are not available on-device (#11912).
* If an external toolchain is used during build, the values of these
variables will contain the external toolchain prefix, which may not be
available on target.
* If the normal toolchain is used during build, AR and READELF will
contain the toolchain prefix, but the names of ar and readelf
on-device do not contain the prefix; they are named "ar" and
"readelf".
This changes the values of these variables in Python's files to match
the names available on-device, and without any toolchain prefix.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The former can be implemented as a meson argument.
The latter is already default.
No compiled difference, therefore no PKG_RELEASE bump.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
avahi: remove these pkgconfig workarounds
|
|/ /
| |
| |
| |
| |
| | |
Backported the upstream patch instead. Less error prone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
Shorewall: Bump to 5.2.4.3
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |/
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|/
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\
| |
| | |
libffi: fix build failure on powerpc platforms
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is an upstream backport.
Currently on the buildbots, having libffi unavailable leads to long
range build failures.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
antfs-mount: installl mount script to /usr
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ntfs-3g does not include nor install a file like this.
Cleaned up Makefile for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
avahi: fix dbus issue
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Needs an extra configure parameter.
Reverted pkgconfig fix. It's wrong anyway.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
ddns-scripts: cloudflare.com-v4: Fix success check
|
| | |
| | |
| | |
| | |
| | |
| | | |
JSON response now has spaces between parameters. Accept this new format and the old one.
Signed-off-by: Michael Gray <michael.gray@lantisproject.com>
|
|\ \ \
| | | |
| | | | |
Support building freeradius3-mod-rest
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tobias Girstmair <tobias.girstmair@tirol.gv.at>
|
|\ \ \ \
| |_|/ /
|/| | | |
zoneinfo: Updated to the latest release
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|\ \ \
| |_|/
|/| | |
meson: fix rpath handling
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This was uncovered with glib2 where the host builds were linking to the
actual host instead of the generated libraries.
Patch taken from buildroot.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
dbus: update to 1.13.12
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ran scripts through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
mpd: update to 0.21.23
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python-lxml: Use default Python package build recipe
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This also updates the package's metadata (title, description, license).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
python3-pip: Fix error when installing packages that require compilation
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This addresses one of the issues raised in #11912.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ / /
| | |
| | | |
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \
| | | |
| | | | |
Mass unmaintained/unused package removal
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It seems that nothing uses this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Does not seem to be used.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Does not seem to be used.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|