Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.ppc-linux
index f8ceded..f9d54cd 100644 (file)
@@ -28,6 +28,9 @@ endif
 ifdef LISP_FEATURE_SB_THREAD
   OS_LIBS += -lpthread
 endif
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 # Nothing to do for after-grovel-headers.
 .PHONY: after-grovel-headers