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

fix "LOCK_UN" build error

../../src/base/File.h:54:21: error: 'LOCK_UN' was not declared in this scope
This commit is contained in:
Dmitry Belyaev 2017-06-07 14:12:20 +03:00
parent 5ea9da0782
commit 7393b0da87
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -94,7 +94,10 @@ RUN set -x && \
--with-large-files \
--with-default-user=squid \
--with-openssl \
--with-pidfile=/var/run/squid/squid.pid \
--with-pidfile=/var/run/squid/squid.pid && \
\
sed -ie 's/LOCK_UN/8/g' src/base/File.h && \
\
make && \
make install && \
install -d -o squid -g squid \