diff --git a/config/rootfiles/core/46/filelists/squid b/config/rootfiles/core/46/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /dev/null +++ b/config/rootfiles/core/46/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/46/update.sh b/config/rootfiles/core/46/update.sh index f178d1013..fd52ac731 100644 --- a/config/rootfiles/core/46/update.sh +++ b/config/rootfiles/core/46/update.sh @@ -36,6 +36,7 @@ extract_files # #Start services +/etc/init.d/squid restart # #Update Language cache diff --git a/lfs/squid b/lfs/squid index 9bb8b50b8..16df62101 100644 --- a/lfs/squid +++ b/lfs/squid @@ -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