Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.ppc-openbsd
index 1f100f3..ae2496f 100644 (file)
@@ -21,6 +21,9 @@ ARCH_SRC = ppc-arch.c
 
 OS_SRC = bsd-os.c ppc-bsd-os.c
 OS_LIBS = -lutil
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = gencgc.c