From f76f7a922f4486ac38dad8a4f05087edff83b39d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 11 Feb 2020 02:27:30 +0200 Subject: [PATCH] zlib: revert pie fixes --- core/zlib/build | 2 -- core/zlib/version | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/zlib/build b/core/zlib/build index 2c563355..01090e82 100755 --- a/core/zlib/build +++ b/core/zlib/build @@ -1,7 +1,5 @@ #!/bin/sh -e -export CFLAGS="$CFLAGS -fPIE" - ./configure \ --prefix=/usr \ --libdir=/usr/lib \ diff --git a/core/zlib/version b/core/zlib/version index fed42ade..41acf3fe 100644 --- a/core/zlib/version +++ b/core/zlib/version @@ -1 +1 @@ -1.2.11 2 +1.2.11 3