mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
htop: include pthread library in LDFLAGS
compile of htop 3.1.1 on arm failing without pthread
This commit is contained in:
@@ -14,3 +14,7 @@ PKG_BUILD_FLAGS="-sysroot"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-unicode \
|
||||
HTOP_NCURSES_CONFIG_SCRIPT=ncurses-config"
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS="${LDFLAGS} -pthread"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user