aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-22 20:52:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-22 20:52:32 +0000
commit94fe647934e9b6bdcb0d3e42162c9b8e4f2f7614 (patch)
treee7b5eb6488febb00bf1a2801a16c50e846b251e3
parent148413676f1ee072e09eb50dc25597bb66fd3f09 (diff)
downloadalpine_aports-94fe647934e9b6bdcb0d3e42162c9b8e4f2f7614.tar.bz2
alpine_aports-94fe647934e9b6bdcb0d3e42162c9b8e4f2f7614.tar.xz
alpine_aports-94fe647934e9b6bdcb0d3e42162c9b8e4f2f7614.zip
community/coturn: fix build on armhf
number of checksum needs to correspond with number of patches/sources so we apply the armf psecific patch for all arches.
-rw-r--r--community/coturn/APKBUILD6
-rw-r--r--community/coturn/remove-check_oauth-test.patch2
2 files changed, 5 insertions, 3 deletions
diff --git a/community/coturn/APKBUILD b/community/coturn/APKBUILD
index 85d7f2107a..1028fc4b86 100644
--- a/community/coturn/APKBUILD
+++ b/community/coturn/APKBUILD
@@ -12,12 +12,11 @@ pkgusers="$pkgname"
12pkggroups="$pkgname" 12pkggroups="$pkgname"
13install="$pkgname.pre-install" 13install="$pkgname.pre-install"
14subpackages="$pkgname-dev $pkgname-doc" 14subpackages="$pkgname-dev $pkgname-doc"
15# https://github.com/coturn/coturn/issues/193
15source="coturn-$pkgver.tar.gz::https://github.com/coturn/coturn/archive/$pkgver.tar.gz 16source="coturn-$pkgver.tar.gz::https://github.com/coturn/coturn/archive/$pkgver.tar.gz
17 remove-check_oauth-test.patch
16 turnserver.initd 18 turnserver.initd
17 " 19 "
18# https://github.com/coturn/coturn/issues/193
19[ "$CARCH" = "armhf" ] && source="$source remove-check_oauth-test.patch"
20
21builddir="$srcdir/coturn-$pkgver" 20builddir="$srcdir/coturn-$pkgver"
22 21
23build() { 22build() {
@@ -48,4 +47,5 @@ package() {
48} 47}
49 48
50sha512sums="4ad7d482af675033d050258e2af04b813561414d4ba926cfd336c6548200dbf1a90f9511983b8cad20713c7edff2a424c9d6b11d401717794e3d1af6b7ed9208 coturn-4.5.0.6.tar.gz 49sha512sums="4ad7d482af675033d050258e2af04b813561414d4ba926cfd336c6548200dbf1a90f9511983b8cad20713c7edff2a424c9d6b11d401717794e3d1af6b7ed9208 coturn-4.5.0.6.tar.gz
503ad78467a509ed5c3eeac8585e13b11d276700cf45a8829e398a39c2056690aa9a66c3d40b73e2ce5815ce3199177220fb24224430919f49a70031f12e7d8c95 remove-check_oauth-test.patch
51e686dc752618b2da2f6127ab11c49767bfcf228edf458cefe2853093baa845adb2b3159e850db1721e7474c4938fb237dd12bdfd7fd4db2ee73fbd0cb19af17d turnserver.initd" 51e686dc752618b2da2f6127ab11c49767bfcf228edf458cefe2853093baa845adb2b3159e850db1721e7474c4938fb237dd12bdfd7fd4db2ee73fbd0cb19af17d turnserver.initd"
diff --git a/community/coturn/remove-check_oauth-test.patch b/community/coturn/remove-check_oauth-test.patch
index 782351fa35..3d8e02ad29 100644
--- a/community/coturn/remove-check_oauth-test.patch
+++ b/community/coturn/remove-check_oauth-test.patch
@@ -1,3 +1,5 @@
1https://github.com/coturn/coturn/issues/193
2
1--- ./src/apps/rfc5769/rfc5769check.c.orig 3--- ./src/apps/rfc5769/rfc5769check.c.orig
2+++ ./src/apps/rfc5769/rfc5769check.c 4+++ ./src/apps/rfc5769/rfc5769check.c
3@@ -564,10 +564,5 @@ 5@@ -564,10 +564,5 @@