~alpine/aports

testing/iodine: fix typo in '$CFLAGS' v1 PROPOSED

Joe Groocock: 1
 testing/iodine: fix typo in '$CFLAGS'

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/80/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/iodine: fix typo in '$CFLAGS' Export this patch

---
 testing/iodine/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/iodine/APKBUILD b/testing/iodine/APKBUILD
index bec5901..0a5b982 100644
--- a/testing/iodine/APKBUILD
+++ b/testing/iodine/APKBUILD
@@ -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 || return 1
}


-- 
2.13.5



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---