From d6effd021d2aa2b6c452f229046a85c5f1a252a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 22 Apr 2016 18:37:03 +0200 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 31a038f..639248c 100755 --- 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... " -- cgit v1.2.3