vis

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

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

commit e523bd3f79d295b1ca5f87360d42c9c1aa2c421c
parent 390e023f533db6887c1a74ce62a456de02232fc2
Author: Christian Hesse <mail@eworm.de>
Date:   Sat, 26 Mar 2016 21:25:39 +0100

fix linker flags

fixes #214

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 -Wl,-pie +tryldflag LDFLAGS_AUTO -pie have_pkgconfig=no printf "checking for pkg-config... "