liblo: enable nopie.
ac_fn_c_try_link fails in configure due to the hardening flags.
This commit is contained in:
parent
d54407a3ca
commit
0c2aa40db4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue