diff options
author | Joe Groocock <frebib@gmail.com> | 2017-09-18 21:19:43 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-21 05:09:06 +0000 |
commit | 9670752807de9f33df35d482bf4b96d5f27c81b0 (patch) | |
tree | f972fed59db2738b50f3188e45fc1c243bdb799c | |
parent | 3e84f75e8679e0d11861df13004f450b79bd45ca (diff) | |
download | aports-9670752807de9f33df35d482bf4b96d5f27c81b0.tar.bz2 aports-9670752807de9f33df35d482bf4b96d5f27c81b0.tar.xz |
testing/iodine: fix typo in '$CFLAGS', modernize
[TT: modernize]
-rw-r--r-- | testing/iodine/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/iodine/APKBUILD b/testing/iodine/APKBUILD index bec59017ce..d1ca65e598 100644 --- a/testing/iodine/APKBUILD +++ b/testing/iodine/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=iodine pkgver=0.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="IP over DNS tunnel" url="http://code.kryo.se/iodine/" arch="all" @@ -15,7 +15,7 @@ builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" - CFLAGS="$CLAGS -D__GLIBC__=1" make || return 1 + CFLAGS="$CFLAGS -D__GLIBC__=1" make } @@ -24,6 +24,4 @@ package() { make DESTDIR="$pkgdir" prefix="/usr" install } -md5sums="fdbf3b81cd69caf5230d76a8b039fd99 iodine-0.7.0.tar.gz" -sha256sums="ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e iodine-0.7.0.tar.gz" sha512sums="49fe4f0cf614d3400cbfdade84eb4f50430f8f92004f663a08acc1514e8ff342443a8c3f855828bbca1864a3fafe419b5256f8a80fc4024b364d4c8c953fc0ec iodine-0.7.0.tar.gz" |