openwrt-packages/admin
Nick Hainke feaba4f52b btop: fix compilation with musl 1.2.4
_LARGEFILE64_SOURCE has to be defined in the source, or CFLAGS can be used
to pass -D_LARGEFILE64_SOURCE to allow to keep using LFS64 definitions.

Fixes errors in the form of:
Compiling src/linux/btop_collect.cpp
src/linux/btop_collect.cpp: In function 'Mem::mem_info& Mem::collect(bool)':
src/linux/btop_collect.cpp:1082:58: error: aggregate 'Mem::collect(bool)::statvfs64 vfs' has incomplete type and cannot be defined
 1082 |                                         struct statvfs64 vfs;
      |                                                          ^~~
src/linux/btop_collect.cpp:1083:79: error: invalid use of incomplete type 'struct Mem::collect(bool)::statvfs64'
 1083 |                                         if (statvfs64(mountpoint.c_str(), &vfs) < 0) {
      |                                                                               ^
src/linux/btop_collect.cpp:1082:48: note: forward declaration of 'struct Mem::collect(bool)::statvfs64'
 1082 |                                         struct statvfs64 vfs;
      |                                                ^~~~~~~~~
make[3]: *** [Makefile:274: obj/linux/btop_collect.o] Error 1
make[3]: Leaving directory '/home/nick/openwrt/build_dir/target-aarch64_cortex-a53_musl/btop-1.2.13'
make[2]: *** [Makefile:53: /home/nick/openwrt/build_dir/target-aarch64_cortex-a53_musl/btop-1.2.13/.built] Error 2
make[2]: Leaving directory '/home/nick/openwrt/feeds/packages/admin/btop'
time: package/feeds/packages/btop/compile#2.57#0.17#3.02
    ERROR: package/feeds/packages/btop failed to build.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2023-05-17 07:46:11 +08:00
..
atop atop: update to 2.7.1 2022-02-28 11:44:23 -08:00
backuppc backuppc: fix build with host detected par2 2021-03-06 18:09:32 +01:00
btop btop: fix compilation with musl 1.2.4 2023-05-17 07:46:11 +08:00
debian-archive-keyring treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
debootstrap debootstrap: update to version 1.0.126 2021-11-15 02:16:25 +00:00
gkrellmd treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
htop htop: update to 3.2.2 2023-02-05 16:09:57 -05:00
ipmitool treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
monit monit: add libtool fixup 2020-12-17 21:58:10 -08:00
muninlite muninlite: update to new upstream release (2.1.2) 2021-07-14 13:47:01 +02:00
netatop netatop: fix compilation warning for kernel module 2023-05-14 16:51:47 +02:00
netdata treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
nload treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
nyx treewide: Remove Python variants for non-Python packages 2020-04-19 01:56:23 +08:00
openwisp-config openwisp-config: cleanup Makefile 2022-09-22 01:30:59 -07:00
openwisp-monitoring openwisp-monitoring: cleanup Makefile 2022-09-22 01:30:59 -07:00
rsyslog rsyslog: apply shellcheck SC3014 to init 2022-07-07 10:34:58 -07:00
schroot schroot: update to version 1.6.13, reboot of the schroot tool 2022-09-09 11:59:53 -07:00
sudo treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16 2023-04-08 08:38:54 +02:00
syslog-ng treewide: remove AUTORELEASE 2023-04-21 22:46:58 +02:00
zabbix zabbix: add sqlite3 support 2022-10-17 13:50:42 +02:00