mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-10-31 18:06:53 +00:00
fix LOCK_UN build error (2)
This commit is contained in:
parent
7393b0da87
commit
25d8d427fe
@ -96,7 +96,7 @@ RUN set -x && \
|
||||
--with-openssl \
|
||||
--with-pidfile=/var/run/squid/squid.pid && \
|
||||
\
|
||||
sed -ie 's/LOCK_UN/8/g' src/base/File.h && \
|
||||
sed -i -e 's/LOCK_UN/8/g' src/base/File.h && \
|
||||
\
|
||||
make && \
|
||||
make install && \
|
||||
|
Loading…
Reference in New Issue
Block a user