mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
vile: fix build with PIE.
This commit is contained in:
parent
899f7047c0
commit
7075528618
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vile'
|
# Template file for 'vile'
|
||||||
pkgname=vile
|
pkgname=vile
|
||||||
version=9.8q
|
version=9.8q
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-stripping"
|
configure_args="--disable-stripping"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
@ -11,3 +11,7 @@ license="GPL-2"
|
||||||
homepage="http://invisible-island.net/vile/vile.html"
|
homepage="http://invisible-island.net/vile/vile.html"
|
||||||
distfiles="ftp://invisible-island.net/vile/current/vile-${version}.tgz"
|
distfiles="ftp://invisible-island.net/vile/current/vile-${version}.tgz"
|
||||||
checksum=366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307
|
checksum=366b2b18ea25e55e7b9b6cc1d2b752f0a4fdc453a0a18aedd5773f456e782307
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
sed -i '/^BUILD_/d' makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue