diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 14:01:17 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 14:05:15 +0100 |
commit | ca2a7d108dfc9e9bf90311aaf8779dace11ad8a6 (patch) | |
tree | a81890627392533b9aec4a5396acba6b12ce6c3e /community | |
parent | 10d9b859f21c3a2b7db4ec0d764cba419f4dfc4b (diff) | |
download | aports-ca2a7d108dfc9e9bf90311aaf8779dace11ad8a6.tar.bz2 aports-ca2a7d108dfc9e9bf90311aaf8779dace11ad8a6.tar.xz |
community/repmgr: disable erroring out because of VLAs
Fixes build for the 3.11 builders
Diffstat (limited to 'community')
-rw-r--r-- | community/repmgr/APKBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/community/repmgr/APKBUILD b/community/repmgr/APKBUILD index 911885efc0..a08cc0fdcb 100644 --- a/community/repmgr/APKBUILD +++ b/community/repmgr/APKBUILD @@ -10,10 +10,13 @@ license="GPL-3.0" depends="postgresql-client" makedepends="postgresql-dev libxml2-dev libedit-dev" pkgusers="postgres" +pkggroups="postgres" subpackages="$pkgname-doc $pkgname-daemon" source="$pkgname-$pkgver.tar.gz::https://github.com/2ndQuadrant/$pkgname/archive/v$pkgver.tar.gz + fix-vla.patch::https://github.com/2ndQuadrant/repmgr/commit/a459c60145da09d211671004acba2751e9e8c783.patch repmgr.conf.patch - repmgrd.initd" + repmgrd.initd + " builddir="$srcdir/$pkgname-$pkgver" options="!checkroot" @@ -54,5 +57,6 @@ daemon() { } sha512sums="457feeffbde0010d1017603da7a4739284e81f7dfb91c12f2703ebd688bdd53d79c3776d5d8a7efe8ff10799aae8760c1c413418dd6f5b1de125a8fbbef0677c repmgr-4.2.0.tar.gz +9e5bfcf645ecd02531d31f0b2f965cfd0a446c15d01a4380a603a9e6d2e78c21d98f93800debeda129d9dd92806006073bbf29d2f74d9dbef7590acbc94b4e5b fix-vla.patch 1186036f8f3629092d5f03c476104bb04b790b589af1ec7cf0cc00333c694808562cd05c6cd4fdda82861b217d1c55bc08df28e932aeab6ee0c46a1cf155535b repmgr.conf.patch d35ff4918f5bbaae58d462b984bd8da09c7847b0ef99783eccf1429c3fb3aaabeedbe99fc17bf82629a3633cf6821108e840774569cb3894c859386d10439a26 repmgrd.initd" |