aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-06-30 14:34:35 -0700
committerGitHub <noreply@github.com>2020-06-30 14:34:35 -0700
commit6b5fa7e9b997b379398c7ccf3619a8bfcd659191 (patch)
tree8f3e18295e824084734320edebff2a8b0e4e6000 /net
parentbf262fa45886739ac2502db855e618bc5b35dba2 (diff)
parente0e2224f8a80dd6b93dd00bd1e4a89e5a649c461 (diff)
Merge pull request #12653 from jefferyto/python-no-parallel-host-pip-install
python-packages: Disable parallel build when host pip is needed
Diffstat (limited to 'net')
-rw-r--r--net/seafile-seahub/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile
index ab1888bf3..28396aaa6 100644
--- a/net/seafile-seahub/Makefile
+++ b/net/seafile-seahub/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=seafile-seahub
PKG_VERSION:=7.1.4
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/haiwen/seahub/tar.gz/v$(PKG_VERSION)-server?
@@ -23,7 +23,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/seahub-$(PKG_VERSION)-server
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="Django~=1.11"
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL:=0
PYTHON3_PKG_BUILD:=0
include $(INCLUDE_DIR)/package.mk