squid.guncellendi
This commit is contained in:
parent
267f63d831
commit
152851debd
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
name=squid
|
name=squid
|
||||||
version=3.5.24
|
version=3.5.24
|
||||||
release=1
|
release=2
|
||||||
source=(http://www.squid-cache.org/Versions/v3/3.5/$name-$version.tar.xz
|
source=(http://www.squid-cache.org/Versions/v3/3.5/$name-$version.tar.xz
|
||||||
squid_servisi)
|
squid_servisi)
|
||||||
|
|
||||||
|
@ -27,7 +27,9 @@ build () {
|
||||||
--with-large-files \
|
--with-large-files \
|
||||||
--with-pthreads \
|
--with-pthreads \
|
||||||
--with-aufs-threads=16 \
|
--with-aufs-threads=16 \
|
||||||
--disable-auto-locale
|
--disable-auto-locale \
|
||||||
|
--with-openssl \
|
||||||
|
--enable-ssl-crtd
|
||||||
|
|
||||||
make all
|
make all
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
Loading…
Reference in New Issue