From: Matthew Newton Date: Thu, 14 Dec 2017 19:33:24 +0000 (+0000) Subject: patch libkqueue in dockerfile for centos6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047df3289e347ff2e21a3997247d7736e80819ca;p=thirdparty%2Ffreeradius-server.git patch libkqueue in dockerfile for centos6 --- diff --git a/scripts/docker/build-centos6/Dockerfile.deps b/scripts/docker/build-centos6/Dockerfile.deps index 2c115efb8cc..a5334e97444 100644 --- a/scripts/docker/build-centos6/Dockerfile.deps +++ b/scripts/docker/build-centos6/Dockerfile.deps @@ -41,6 +41,7 @@ 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