libixion: fix PIE.
This commit is contained in:
parent
25d1f44f9a
commit
92eabfb13e
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libixion'
|
||||
pkgname=libixion
|
||||
version=0.11.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python3.4"
|
||||
makedepends="boost-devel mdds python3.4-devel"
|
||||
|
@ -12,6 +12,9 @@ homepage="https://gitlab.com/ixion/ixion/"
|
|||
distfiles="http://kohei.us/files/ixion/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=c9e9f52580d618fa969fc0293f55af21a9c74bfb802e655c6bf239202f95bede
|
||||
|
||||
post_extract() {
|
||||
sed -i '/^LDFLAGS=/d' configure
|
||||
}
|
||||
libixion-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue