[squid-dev] Query: Debs to be picked for attached patch on top of squid 4.6-1

sub chell subchell at gmail.com
Thu Apr 22 12:25:19 UTC 2021


Hi Team,

I am trying to customize squid 4.6-1 with an attached patch and building
the same.
Please let me know what are all the debs it might affect with this change,
means what are all the debs i need to take it from my customized build
other than buster squid(https://packages.debian.org/buster/squid)

diff -Naur '--exclude=.pc' squid-4.6/debian/rules squid-4.6_new/debian/rules
--- squid-4.6/debian/rules      2021-04-12 00:47:35.071871989 -0500
+++ squid-4.6_new/debian/rules  2021-04-12 01:03:19.630856334 -0500
@@ -28,7 +28,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS := BUILDCXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)
$(LDFLAGS)" \
                BUILDCXX=$(CXX_FOR_BUILD) \
                --with-build-environment=default \
-               --enable-build-info="$(BUILDINFO) $(DEB_HOST_ARCH_OS)" \
+               --enable-build-info="Debian $(DEB_HOST_ARCH_OS)" \
                --datadir=/usr/share/squid \
                --sysconfdir=/etc/squid \
                --libexecdir=/usr/lib/squid \
@@ -54,7 +54,8 @@
                --enable-esi \
                --enable-icmp \
                --enable-zph-qos \
-               --enable-ecap \
+               --disable-ecap \
+                --disable-ipv6 \
                --disable-translation \
                --with-swapdir=/var/spool/squid \
                --with-logdir=/var/log/squid \

Thanks & Regards,
Subramanian.C
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-dev/attachments/20210422/77028e04/attachment.htm>


More information about the squid-dev mailing list