mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
htop: include pthread library in LDFLAGS
compile of htop 3.1.1 on arm failing without pthread
This commit is contained in:
parent
a18262007a
commit
c53d5b330f
@ -14,3 +14,7 @@ PKG_BUILD_FLAGS="-sysroot"
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-unicode \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-unicode \
|
||||||
HTOP_NCURSES_CONFIG_SCRIPT=ncurses-config"
|
HTOP_NCURSES_CONFIG_SCRIPT=ncurses-config"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export LDFLAGS="${LDFLAGS} -pthread"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user