Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.hppa-linux
index 72449bd..7dd6363 100644 (file)
@@ -17,6 +17,9 @@ ARCH_SRC = hppa-arch.c undefineds.c
 
 OS_SRC = linux-os.c hppa-linux-os.c
 OS_LIBS = -ldl
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = cheneygc.c