Browse Source

Merge pull request #1714 from lynxis/libxml2_nonparallel

libxml2: disable parallel build
lilik-openwrt-22.03
Michael Heimpold 9 years ago
parent
commit
704c15e711
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libxml2/Makefile

+ 1
- 1
libs/libxml2/Makefile View File

@ -24,7 +24,7 @@ PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
PKG_BUILD_PARALLEL:=0
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk


Loading…
Cancel
Save