diff mbox

xerces: enable parallel builds

Message ID 1456759645-16000-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Feb. 29, 2016, 3:27 p.m. UTC
It seems to be in place for historical reasons since it seems to build
just fine on my test rigs.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/xerces/xerces.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Thomas Petazzoni Feb. 29, 2016, 8:44 p.m. UTC | #1
Dear Gustavo Zacarias,

On Mon, 29 Feb 2016 12:27:25 -0300, Gustavo Zacarias wrote:
> It seems to be in place for historical reasons since it seems to build
> just fine on my test rigs.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/xerces/xerces.mk | 1 -
>  1 file changed, 1 deletion(-)

Applied to next, thanks.

Thomas
diff mbox

Patch

diff --git a/package/xerces/xerces.mk b/package/xerces/xerces.mk
index e57949a..d04c406 100644
--- a/package/xerces/xerces.mk
+++ b/package/xerces/xerces.mk
@@ -9,7 +9,6 @@  XERCES_SOURCE = xerces-c-$(XERCES_VERSION).tar.xz
 XERCES_SITE = http://archive.apache.org/dist/xerces/c/3/sources
 XERCES_LICENSE = Apache-2.0
 XERCES_LICENSE_FILES = LICENSE
-XERCES_MAKE = $(MAKE1)
 XERCES_INSTALL_STAGING = YES
 XERCES_CONF_OPTS = \
 	--disable-threads \