summaryrefslogtreecommitdiff
path: root/package/openswan
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-20 18:58:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-20 18:58:37 +0200
commit206223d5b9ffb7db97968857cf720b5f36031c13 (patch)
tree9014190865b2b58b17124353c4ac696634a03433 /package/openswan
parent9e52bb9248a9ea34ca6e4c5d298903daf175a885 (diff)
parallel build is broken on these packages
Diffstat (limited to 'package/openswan')
-rw-r--r--package/openswan/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openswan/Makefile b/package/openswan/Makefile
index c5588f549..6c0adce62 100644
--- a/package/openswan/Makefile
+++ b/package/openswan/Makefile
@@ -15,6 +15,8 @@ PKG_URL:= http://www.openswan.org
PKG_SITES:= http://www.openswan.org/download/ \
ftp://ftp.openswan.org/openswan/
+PKG_NOPARALLEL:= 1
+
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,OPENSWAN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))