Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.ppc-netbsd
index 07f668e..c5ad677 100644 (file)
@@ -17,6 +17,9 @@ ARCH_SRC = ppc-arch.c
 
 OS_SRC = bsd-os.c undefineds.c ppc-bsd-os.c
 OS_LIBS = # -ldl
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = gencgc.c