mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
1c973fff92a6c00bc500db2be0ff67bb4f0ae125
The libelf Meson option defaults to auto. Since commit71b7b44789("glib2: do not set default meson options"), glib2 can enable libelf support nondeterministically depending on whether libelf.pc is visible during configure. On failing builders Meson reports: Run-time dependency libelf found: YES 0.192 and gresource later fails with: ../gio/gresource-tool.c:34:10: fatal error: libelf.h: No such file or directory On passing builders we see: Run-time dependency libelf found: NO (tried pkgconfig and cmake) So explicitly disable libelf again to restore deterministic builds. Fixes: #23459 Fixes:71b7b44789("glib2: do not set default meson options") Signed-off-by: Lu Dai <lu.dai@mind.be> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
…
…
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.
Languages
Makefile
51%
Shell
33.7%
C
7.5%
UnrealScript
3%
C++
1.8%
Other
2.8%