vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 554f17ced5a22300228d2f46b9e4ae489e85f30c parent 630753ad9bb3daff43f2b3fd1e5a9d92c416124c Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 25 Mar 2016 08:59:46 +0100 configure: fix probing of hardening flags Diffstat:
| M | configure | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure @@ -221,9 +221,9 @@ tryflag CFLAGS_AUTO -Os # Try hardening flags tryflag CFLAGS_AUTO -fPIE tryflag CFLAGS_AUTO -fstack-protector-all -tryldflag LDFLAGS_AUTO "-z now" -tryldflag LDFLAGS_AUTO "-z relro" -tryldflag LDFLAGS_AUTO -pie +tryldflag LDFLAGS_AUTO -Wl,-z,now +tryldflag LDFLAGS_AUTO -Wl,-z,relro +tryldflag LDFLAGS_AUTO -Wl,-pie have_pkgconfig=no printf "checking for pkg-config... "