vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit f57f7a939e27c7423fc2a66af9a4afc84f064930
parent e2dc60bb991e181c71de8c9e217262f60a5c82b1
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri, 22 Apr 2016 18:37:03 +0200

build: disable pie build for now, it breaks local/standalone builds

There seems to be something wrong with the libtermkey build, which
uses libtool and somehow does not get build correctly for PIE.

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -223,7 +223,7 @@ tryflag CFLAGS_AUTO -fPIE tryflag CFLAGS_AUTO -fstack-protector-all tryldflag LDFLAGS_AUTO -Wl,-z,now tryldflag LDFLAGS_AUTO -Wl,-z,relro -tryldflag LDFLAGS_AUTO -pie +#tryldflag LDFLAGS_AUTO -pie have_pkgconfig=no printf "checking for pkg-config... "