From 0c2aa40db40f69404762ee69baaf3183aa0afd27 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 26 Feb 2016 23:13:24 +0100 Subject: [PATCH] liblo: enable nopie. ac_fn_c_try_link fails in configure due to the hardening flags. --- srcpkgs/liblo/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/liblo/template b/srcpkgs/liblo/template index beeb62ba162..26a01831be9 100644 --- a/srcpkgs/liblo/template +++ b/srcpkgs/liblo/template @@ -1,7 +1,7 @@ # Template file for 'liblo' pkgname=liblo version=0.28 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ipv6" short_desc="Lightweight OSC implementation" @@ -10,6 +10,7 @@ license="LGPL-2.1" homepage="http://plugin.org.uk/liblo/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909 +nopie=yes pre_configure() { sed -i '/-Werror/d' configure