From 1b83c8ca900a2d68a354866447cbc9c0a942ebcb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 13 May 2015 18:30:17 +0200 Subject: [PATCH] libaio: unbreak build. --- srcpkgs/libaio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libaio/template b/srcpkgs/libaio/template index 14ac88a9812..50dc0f52523 100644 --- a/srcpkgs/libaio/template +++ b/srcpkgs/libaio/template @@ -1,8 +1,7 @@ # Template file for 'libaio' pkgname=libaio version=0.3.110 -revision=2 -build_style=gnu-makefile +revision=3 short_desc="The Linux-native asynchronous I/O facility (aio) library" maintainer="Juan RP " license="LGPL-2.1" @@ -10,8 +9,9 @@ homepage="http://lse.sourceforge.net/io/aio.html" distfiles="${DEBIAN_SITE}/main/liba/$pkgname/${pkgname}_${version}.orig.tar.gz" checksum=e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e -pre_build() { +do_build() { CFLAGS="${CFLAGS/-fstack-protector-strong/}" + make CC=$CC } do_install() { make prefix=${DESTDIR}/usr install