X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.hppa-hpux;h=5b597a7df17ef6922c96de34166209343bff9365;hb=HEAD;hp=fec282b6537e1da60b2aa18a0561d6ad19b6a0b3;hpb=95dadf0341e9a47b448ab30f51c33c60c451a207;p=sbcl.git diff --git a/src/runtime/Config.hppa-hpux b/src/runtime/Config.hppa-hpux index fec282b..5b597a7 100644 --- a/src/runtime/Config.hppa-hpux +++ b/src/runtime/Config.hppa-hpux @@ -29,6 +29,9 @@ endif ifdef LISP_FEATURE_SB_THREAD OS_LIBS += -lpthread endif +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = cheneygc.c