mirror of
				https://github.com/b4tman/docker-squid.git
				synced 2025-11-04 02:58:26 +00:00 
			
		
		
		
	fix LOCK_UN build error (2)
This commit is contained in:
		@@ -96,7 +96,7 @@ RUN set -x && \
 | 
				
			|||||||
		--with-openssl \
 | 
							--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 && \
 | 
						sed -i -e 's/LOCK_UN/8/g' src/base/File.h && \
 | 
				
			||||||
	\
 | 
						\
 | 
				
			||||||
	make && \
 | 
						make && \
 | 
				
			||||||
	make install && \
 | 
						make install && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user