vis

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

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

commit 94c03e3cb863a891aacf6605367778a3e8e9c2e9
parent 17033278f7c4d2fc29b4af56a7396ae5d3234ec3
Author: Christian Hesse <mail@eworm.de>
Date:   Sat, 23 Apr 2016 00:09:29 +0200

build: (re)enable pie build

This reverts commit f57f7a939e27c7423fc2a66af9a4afc84f064930.

Diffstat:
Mconfigure | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure b/configure @@ -225,7 +225,9 @@ tryflag CFLAGS -fPIE tryflag CFLAGS_AUTO -fstack-protector-all tryldflag LDFLAGS -Wl,-z,now tryldflag LDFLAGS -Wl,-z,relro -#tryldflag LDFLAGS_AUTO -pie +# You can not link libraries with -pie (unless you add a main() function). +# So keep this a vis-only flag. +tryldflag LDFLAGS_AUTO -pie printf "creating config.mk... "