1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-21 00:38:03 +00:00

revoke "LOCK_UN" fix

(commit 7393b0da87)
This commit is contained in:
Dmitry Belyaev 2018-08-21 14:24:43 +03:00
parent 7ae134af14
commit 2398325ccb
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -93,8 +93,6 @@ RUN set -x && \
--with-openssl \
--with-pidfile=/var/run/squid/squid.pid
RUN sed -i -e 's/LOCK_UN/8/g' /tmp/build/src/base/File.h
RUN set -x && \
cd /tmp/build && \
make -j $(grep -cs ^processor /proc/cpuinfo) && \