You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a report in Gentoo of htop-3.4.0 failing to build on Gentoo Prefix (https://bugs.gentoo.org/951290), which is like a Homebrew/nix/whatever setup where Gentoo resides in /home/sam/prefix as an unprivileged prefix.
Hi!
We had a report in Gentoo of htop-3.4.0 failing to build on Gentoo Prefix (https://bugs.gentoo.org/951290), which is like a Homebrew/nix/whatever setup where Gentoo resides in
/home/sam/prefix
as an unprivileged prefix.Since 24b1513, configure fails with:
... because it now hardcodes
CFLAGS="$CFLAGS -I/usr/include/libnl3"
rather than using pkg-config viaPKG_CHECK_MODULES
.The text was updated successfully, but these errors were encountered: