summaryrefslogtreecommitdiff
path: root/libxmlsec/makefile.mk
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-07-29 13:49:01 +0200
committerobo <obo@openoffice.org>2010-07-29 13:49:01 +0200
commit532f35c60bc7f2340188dbc6b4e01f40474cbdb0 (patch)
tree498bb441c021357faf56ab45bca52dc69a34c0db /libxmlsec/makefile.mk
parent3f4e7eb2866bc933ad790784cf738aff7eb4bd25 (diff)
parent39565fee52df09b79977bb2c14e4bdc84b722d52 (diff)
CWS-TOOLING: integrate CWS ause124
Notes
split repo tag: libs-extern_ooo/DEV300_m86
Diffstat (limited to 'libxmlsec/makefile.mk')
-rw-r--r--libxmlsec/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk
index b7dff3e52bed..af695034b9a7 100644
--- a/libxmlsec/makefile.mk
+++ b/libxmlsec/makefile.mk
@@ -104,7 +104,7 @@ CONFIGURE_FLAGS=--with-libxslt=no --with-openssl=no --with-gnutls=no --with-mozi
.IF "$(SYSTEM_MOZILLA)" != "YES"
CONFIGURE_FLAGS+=--enable-pkgconfig=no
.ENDIF
-BUILD_ACTION=$(GNUMAKE)
+BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)
.ELSE
CONFIGURE_DIR=win32
@@ -168,7 +168,7 @@ CONFIGURE_FLAGS=--with-pic --disable-shared --disable-crypto-dl --with-libxslt=n
.IF "$(SYSTEM_MOZILLA)" != "YES"
CONFIGURE_FLAGS+=--enable-pkgconfig=no
.ENDIF
-BUILD_ACTION=$(GNUMAKE)
+BUILD_ACTION=$(GNUMAKE) -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)
.ENDIF