From: Casey Bodley Date: Tue, 10 Apr 2018 16:32:46 +0000 (-0400) Subject: install-deps: add liblz4 to freebsd build dependencies X-Git-Tag: v13.1.0~287^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=26d96eb3f0894e7c7b15b731606f6a908f506593;p=ceph.git install-deps: add liblz4 to freebsd build dependencies Signed-off-by: Casey Bodley --- diff --git a/install-deps.sh b/install-deps.sh index 1dc7068441e37..7c095343dce01 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -128,6 +128,7 @@ if [ x`uname`x = xFreeBSDx ]; then net/openldap-client \ security/nss \ archivers/snappy \ + archivers/liblz4 \ ftp/curl \ misc/e2fsprogs-libuuid \ misc/getopt \