From: Arran Cudbard-Bell Date: Tue, 28 Nov 2017 10:53:32 +0000 (+0000) Subject: Switch to the official libkqueue repo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49cb1e9a92fd792a3bf765e1a7790de34fd7dba1;p=thirdparty%2Ffreeradius-server.git Switch to the official libkqueue repo --- diff --git a/scripts/docker/build-centos6/Dockerfile.deps b/scripts/docker/build-centos6/Dockerfile.deps index d4b4512e579..2c115efb8cc 100644 --- a/scripts/docker/build-centos6/Dockerfile.deps +++ b/scripts/docker/build-centos6/Dockerfile.deps @@ -39,7 +39,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local # WORKDIR /usr/local/src/repositories # Fixme: Change to the main repo when they merge this branch -RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git +RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ diff --git a/scripts/docker/build-centos7/Dockerfile.deps b/scripts/docker/build-centos7/Dockerfile.deps index e02cab9eb70..e87efd0f7ad 100644 --- a/scripts/docker/build-centos7/Dockerfile.deps +++ b/scripts/docker/build-centos7/Dockerfile.deps @@ -38,7 +38,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local # WORKDIR /usr/local/src/repositories # Fixme: Change to the main repo when they merge this branch -RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git +RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ diff --git a/scripts/docker/build-debian9/Dockerfile.deps b/scripts/docker/build-debian9/Dockerfile.deps index b2cd1e872bc..407a85f874a 100644 --- a/scripts/docker/build-debian9/Dockerfile.deps +++ b/scripts/docker/build-debian9/Dockerfile.deps @@ -29,7 +29,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local # WORKDIR /usr/local/src/repositories # Fixme: Change to the main repo when they merge this branch -RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git +RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ diff --git a/scripts/docker/build-ubuntu14/Dockerfile.deps b/scripts/docker/build-ubuntu14/Dockerfile.deps index 8f1307f01d7..6ffcc0d8492 100644 --- a/scripts/docker/build-ubuntu14/Dockerfile.deps +++ b/scripts/docker/build-ubuntu14/Dockerfile.deps @@ -37,7 +37,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local # WORKDIR /usr/local/src/repositories # Fixme: Change to the main repo when they merge this branch -RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git +RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ diff --git a/scripts/docker/build-ubuntu16/Dockerfile.deps b/scripts/docker/build-ubuntu16/Dockerfile.deps index e860c6c1cea..a5596eeaf14 100644 --- a/scripts/docker/build-ubuntu16/Dockerfile.deps +++ b/scripts/docker/build-ubuntu16/Dockerfile.deps @@ -37,7 +37,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local # WORKDIR /usr/local/src/repositories # Fixme: Change to the main repo when they merge this branch -RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git +RUN git clone --branch master --depth=1 https://github.com/mheily/libkqueue.git WORKDIR libkqueue RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \