From: Wayne Davison Date: Sat, 11 Jul 2020 19:28:05 +0000 (-0700) Subject: Just disable md2man on FreeBSD for now. X-Git-Tag: v3.2.3pre1~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a68a92793cd15609f88ec9f06b2f870de12fe082;p=thirdparty%2Frsync.git Just disable md2man on FreeBSD for now. --- diff --git a/.cirrus.yml b/.cirrus.yml index e8e41e41..79e26634 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,9 +4,8 @@ task: image: freebsd-12-1-release-amd64 install_script: - ln -s /usr/local/bin/bash /bin/bash - - pkg install -y autotools xxhash zstd liblz4 python36 py36-CommonMark - + - pkg install -y autotools xxhash zstd liblz4 script: - - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure + - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man - make - ./rsync --version