The previous commit meant to avoid adding an LDFLAG but it just avoided
the issue. The real issue is PNG_BUILD_ZLIB being turned to ON. This
variable is for specifying a custom zlib location, which is not
necessary. Switching it to OFF calls find_package and links properly.
Backported two zlib related patches. The latter is a somewhat impoarant
fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* switch to kernel.org upstream (most recent versions seem to be
available only there)
* package request-key, key.dns_resolver and their config file into
new package 'keyutils'
* refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
They are not packaged here. Upstream backport.
Speeds up compilation and avoids a zlib hack.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit updates boost to version 1.75
This release brings three new packages
* JSON parsing, serialization, and DOM in C++11, from Vinnie Falco and
Krystian Stasiowski. [1]
* LEAF: A lightweight error-handling library for C++11, from Emil
Dotchevski. [2]
* PFR: Basic reflection without macro or boilerplate code for user
defined types, from Antony Polukhin. [3]
More info about Boost 1.75.0 can be found at the usual place [4].
[1]: https://www.boost.org/libs/json/
[2]: https://www.boost.org/libs/leaf/
[3]: https://www.boost.org/libs/pfr/
[4]: https://www.boost.org/users/history/version_1_75_0.html
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
These meson checks rely on being able to run binaries. Just force them
on. Reduces compiled size.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Maintainer: @jpetrina
Compile tested: arm, ipq4018, master@r15169-36e0268aa6
Run tested: arm, ipq4018, master@r15169-36e0268aa6
Description:
UCI2 is a C library that provides an alternative UCI parser with an Abstract
Syntax Tree (AST) representation of configuration files.
Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
Tested-by: Jakov Petrina <jakov.petrina@sartura.hr>
Install to host to fix compilation with depending packages.
Fix paths to point to OpenWrt and not OS.
Don't install to device. This is strictly an InstallDev thing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Helps to fix old packages that don't use pkgconfig.
Cleaned up Makefile:
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Some minor cleanups for consistency between packages.
Fixed host paths.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Fix installed paths. After e52d0487e8
upstream, this bug was exposed.
Instead of working around it, fix the patch.
After this, everything consistently gets installed to ipkg-install/usr.
Minor Makefile reorganization.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Turns out, some packages like serdisplib actually use libusb-config.
Fix the paths in it so that they can work properly. Method taken from
libpng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Move maintainer line up for consistency between packages.
Remove CMAKE_INSTALL as there is an explicit InstallDev section.
Add PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>