From 2e16668c04331706ca6c3b6a2ab78de597754cac Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 12 Dec 2014 10:27:02 +0100 Subject: [PATCH] libaio: disable SSP completely, it's unnecessary for this pkg. --- srcpkgs/libaio/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libaio/template b/srcpkgs/libaio/template index dce6c6fdfe..c96d138e8a 100644 --- a/srcpkgs/libaio/template +++ b/srcpkgs/libaio/template @@ -1,7 +1,7 @@ # Template file for 'libaio' pkgname=libaio version=0.3.110 -revision=1 +revision=2 build_style=gnu-makefile short_desc="The Linux-native asynchronous I/O facility (aio) library" maintainer="Juan RP " @@ -10,6 +10,9 @@ homepage="http://lse.sourceforge.net/io/aio.html" distfiles="${DEBIAN_SITE}/main/liba/$pkgname/${pkgname}_${version}.orig.tar.gz" checksum=e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e +pre_build() { + CFLAGS="${CFLAGS/-fstack-protector-strong/}" +} do_install() { make prefix=${DESTDIR}/usr install }