Browse Source

mpc: link with libiconv

Fixes on-device build.
emacs-27
Leonid Plyushch 5 years ago
parent
commit
ab19f8dd80
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 5
      packages/mpc/build.sh

5
packages/mpc/build.sh

@ -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…
Cancel
Save