<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);" class="">Hi guys,</span><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><br class=""></div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">I am trying to compile squid with openssl into a static binary.</div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">Any idea what arguments I need to provide during the build steps?</div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><br class=""></div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">Currently in Docker:</div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><br class=""></div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><div class="" style="color: rgb(82, 91, 107); background-color: rgb(255, 255, 255); font-family: Menlo, Monaco, "Courier New", monospace; line-height: 18px; white-space: pre;"><div class=""><span class="" style="color: rgb(151, 53, 180);">RUN</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">apt-get</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">source</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">squid</span></div><br class=""><div class=""><span class="" style="color: rgb(151, 53, 180);">RUN</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">apt-get</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">build-dep</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">--yes</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">squid</span></div><br class=""><div class=""><span class="" style="color: rgb(151, 53, 180);">RUN</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">mv</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">squid-*/</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">squid/</span></div><br class=""><div class=""><span class="" style="color: rgb(151, 53, 180);">WORKDIR</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">/squid/squid/</span></div><br class=""><div class=""><span class="" style="color: rgb(151, 53, 180);">RUN</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">sed</span> <span class="" style="color: rgb(105, 159, 66);">'s/--with-gnutls/--with-gnutls</span><span class="" style="color: rgb(105, 159, 66);"> </span><span class="" style="color: rgb(105, 159, 66);">--with-default-user=squid</span><span class="" style="color: rgb(105, 159, 66);"> </span><span class="" style="color: rgb(105, 159, 66);">--enable-ssl</span><span class="" style="color: rgb(105, 159, 66);"> </span><span class="" style="color: rgb(105, 159, 66);">--enable-ssl-crtd</span><span class="" style="color: rgb(105, 159, 66);"> </span><span class="" style="color: rgb(105, 159, 66);">--with-openssl</span><span class="" style="color: rgb(105, 159, 66);"> </span><span class="" style="color: rgb(105, 159, 66);">--disable-ipv6/'</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">debian/rules</span></div><br class=""><div class=""><span class="" style="color: rgb(151, 53, 180);">RUN</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">debuild</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">-us</span> <span class="" style="color: rgb(179, 34, 46); font-style: italic;">-uc</span></div></div></div><div class="" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><div class=""><br class=""></div><div class="">Thank you!</div><div class="">Regards,<br class="Apple-interchange-newline">Niels Hofmans<br class=""><br class="">SITE   <a href="https://ironpeak.be" class="">https://ironpeak.be</a><br class="">BTW   BE0694785660<br class="">BANK BE76068909740795</div></div></body></html>