X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=travis%2Fbrotli.sh;fp=travis%2Fbrotli.sh;h=0000000000000000000000000000000000000000;hp=d23dd19b87a4d9061ccbd22d8a7b08e45d613216;hb=7a0dee8cc0dc7fc165d9c4f39a070bf3c32ce756;hpb=4e8c734ac3fa842a494fbcb38247f11833447c89 diff --git a/travis/brotli.sh b/travis/brotli.sh deleted file mode 100755 index d23dd19..0000000 --- a/travis/brotli.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -BROTLI_DIR="$with_http_libbrotli_dir" -BROTLI_SRC="$BROTLI_DIR.git" - -if test -n "$BROTLI_DIR" && test "$BROTLI_DIR" != "no"; then - if test -d "$BROTLI_SRC"; then - cd "$BROTLI_SRC" - git pull - else - git clone https://github.com/google/brotli.git "$BROTLI_SRC" - cd "$BROTLI_SRC" - fi - git checkout $1 - ./bootstrap - ./configure -C --prefix="$BROTLI_DIR" - make -j ${JOBS:2} - make install INSTALL=install -fi