ansemjo / static-toolbox

Containerized build scripts to compile various static binaries.
6 stars 1 forks source link

Add openssl, lz4 and xxHash to rsync build #7

Open ansemjo opened 2 years ago

ansemjo commented 2 years ago

They're currently disabled:

RUN ./configure \
    --disable-openssl \
    --disable-lz4 \
    --disable-xxhash \
  && make -j$(nproc)