mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'liblo'
|
||||||
pkgname=liblo
|
pkgname=liblo
|
||||||
version=0.28
|
version=0.28
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6"
|
configure_args="--enable-ipv6"
|
||||||
short_desc="Lightweight OSC implementation"
|
short_desc="Lightweight OSC implementation"
|
||||||
|
@ -10,6 +10,7 @@ license="LGPL-2.1"
|
||||||
homepage="http://plugin.org.uk/liblo/"
|
homepage="http://plugin.org.uk/liblo/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909
|
checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/-Werror/d' configure
|
sed -i '/-Werror/d' configure
|
||||||
|
|
Loading…
Add table
Reference in a new issue