mpc: link with libiconv
Fixes on-device build.
This commit is contained in:
parent
d8e3a51b4b
commit
bab423c2bd
@ -8,3 +8,8 @@ TERMUX_PKG_SHA256=7961d95b7ce019996beab281cf957e905667c989c53fffd13ade5e62fea331
|
||||
TERMUX_PKG_DEPENDS="libmpdclient"
|
||||
# There seems to be issues with sphinx-build when using concurrent builds:
|
||||
TERMUX_MAKE_PROCESSES=1
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-Diconv=enabled"
|
||||
|
||||
termux_step_pre_configure() {
|
||||
LDFLAGS+=" -liconv"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user