libirman: disable parallel build

Occasionally it attempts to link the plugin against the library before the
library is linked.
This commit is contained in:
Andre Heider 2020-01-11 15:26:14 +01:00
parent ed32c16915
commit f58d0c7a0b

View File

@ -11,7 +11,7 @@ PKG_DEPENDS_TARGET="toolchain systemd lirc"
PKG_NEED_UNPACK="$(get_pkg_directory lirc)"
PKG_LONGDESC="libirman library for lircd"
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+pic"
PKG_BUILD_FLAGS="+pic -parallel"
PKG_CONFIGURE_OPTS_TARGET="--disable-swtest"