From c8420d3adf2595319e4738f02dd245b504fcfa66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 5 Sep 2017 20:00:30 +0200 Subject: [PATCH] libaio: fix gcc7 build --- srcpkgs/libaio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libaio/template b/srcpkgs/libaio/template index 50dc0f52523..8c5f9ef3c4d 100644 --- a/srcpkgs/libaio/template +++ b/srcpkgs/libaio/template @@ -10,7 +10,7 @@ distfiles="${DEBIAN_SITE}/main/liba/$pkgname/${pkgname}_${version}.orig.tar.gz" checksum=e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e do_build() { - CFLAGS="${CFLAGS/-fstack-protector-strong/}" + CFLAGS="${CFLAGS/-fstack-protector-strong/} -fno-stack-protector" make CC=$CC } do_install() {