summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-10-21 21:02:14 -0400
committerJames P. Harvey2019-10-21 21:02:14 -0400
commit61c919d22c907e80566aa8da0f38b5440e60270a (patch)
treeb9fb5453aa5536391743054730910ff761b25848
parent1c56bca41a8b2e6a24e7c5d60542db7ae6aa14ef (diff)
downloadaur-61c919d22c907e80566aa8da0f38b5440e60270a.tar.gz
4.2.1: Includes systemLibraries.patch, so remove it.
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acbdc592d4b2..8a0964bac8eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,12 +25,10 @@ source=(
"http://downloads.${pkgname}.org/src/${pkgname}-src-r${pkgver}.tar.gz"
"${pkgname}.sysusers"
"${pkgname}.tmpfiles"
- "systemLibraries.patch"
)
sha256sums=('6d0e82e70b6940698ed464e11894c441db5f07c98a0e16e1607283277553683a'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
- 'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39'
- '2879392baba8af386e623751818b692b8101ead6e9d4fe0de92fef97e54f284a')
+ 'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39')
_scons_args=(
#--use-system-pcre # wait for pcre 8.44+ https://jira.mongodb.org/browse/SERVER-40836 and https://jira.mongodb.org/browse/SERVER-42990
@@ -73,9 +71,6 @@ prepare() {
# See: https://jira.mongodb.org/browse/SERVER-38086
sed -i 's/\[Service]/[Service]\nTimeoutStartSec=infinity/' rpm/mongod.service
- # Allow 4.2.0 to use system libraries
- # See: https://jira.mongodb.org/browse/SERVER-42787
- patch -Np1 -i "${srcdir}/systemLibraries.patch"
}
build() {