From 927af4f644f7e0f9064a33eb3d65d0aedf465072 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 31 Jul 2021 08:36:31 +0300 Subject: [PATCH] zlib: remove unneeded flags --- core/zlib/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/zlib/build b/core/zlib/build index 69f99c1d..39962de2 100755 --- a/core/zlib/build +++ b/core/zlib/build @@ -3,9 +3,7 @@ export CFLAGS="$CFLAGS -fPIC" ./configure \ - --prefix=/usr \ - --libdir=/usr/lib \ - --shared + --prefix=/usr make make install