From: Arran Cudbard-Bell Date: Thu, 14 Dec 2017 19:39:11 +0000 (+0000) Subject: Revert "patch libkqueue in dockerfile for centos6" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684adc106ddfdaa9d69fadcf36f80767f9146fef;p=thirdparty%2Ffreeradius-server.git Revert "patch libkqueue in dockerfile for centos6" This reverts commit 047df3289e347ff2e21a3997247d7736e80819ca. --- diff --git a/scripts/docker/build-centos6/Dockerfile.deps b/scripts/docker/build-centos6/Dockerfile.deps index a5334e97444..2c115efb8cc 100644 --- a/scripts/docker/build-centos6/Dockerfile.deps +++ b/scripts/docker/build-centos6/Dockerfile.deps @@ -41,7 +41,6 @@ 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/mheily/libkqueue.git WORKDIR libkqueue -RUN sed -i -e 's/SO_GET_FILTER/SO_ATTACH_FILTER/' src/linux/platform.c RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \ make && \ cpack -G RPM