squid: Enable LFS.

This commit is contained in:
Michael Tremer
2011-02-03 12:47:43 +01:00
parent 109a1ec7d4
commit f19e720dbf

View File

@@ -87,7 +87,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--enable-referer-log \
--enable-snmp \
--with-pthreads --with-dl \
--with-maxfd="16384"
--with-maxfd="16384" \
--with-large-files
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install