summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2023-10-14 22:10:59 +0200
committerTobias Kunze2023-10-14 22:10:59 +0200
commitb79a4d2de95cee9288a00bac1429cf58a384d411 (patch)
tree72bbf9ebaf9ea28f291b3bf16d05ee0d00b488ef
parent9b2c8bf73e696a9ba53e1cff579f270a87e71807 (diff)
downloadaur-b79a4d2de95cee9288a00bac1429cf58a384d411.tar.gz
Use system zlib
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e354cd2675a2..d272e6e1e1fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,6 @@ prepare() {
# Ensure that we are using the system copy of various libraries (expat, zlib and libffi),
# rather than copies shipped in the tarball
rm -rf Modules/expat
- rm -rf Modules/zlib
rm -rf Modules/_ctypes/{darwin,libffi}*
rm -rf Modules/_decimal/libmpdec
}