Reduce random casting in looks_like_valid_lisp_pointer_p().
[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