X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-openbsd;h=ae2496ff33f7cec9fa49e3cd2993f5892666312b;hb=f7faed97898dd0e94a18b0d1fca03aaa0fe24ab0;hp=1f100f35ca1e357c390859c438d7ae597fc2fcf4;hpb=8694b0dfc9f55890eaff390453896b5f9c64e319;p=sbcl.git diff --git a/src/runtime/Config.ppc-openbsd b/src/runtime/Config.ppc-openbsd index 1f100f3..ae2496f 100644 --- a/src/runtime/Config.ppc-openbsd +++ b/src/runtime/Config.ppc-openbsd @@ -21,6 +21,9 @@ ARCH_SRC = ppc-arch.c OS_SRC = bsd-os.c ppc-bsd-os.c OS_LIBS = -lutil +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = gencgc.c