<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi guys,<div class=""><br class=""></div><div class="">Apology for asking, but was this already answered?</div><div class="">I’m not really comfortable using mailing lists.</div><div class="">Thanks & stay safe.<br class=""><div class="">
<meta charset="UTF-8" class=""><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;"><br class=""></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;">Regards,<br class="Apple-interchange-newline">Niels </div></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;"><br class=""></div><div><div class="">On 22 Jan 2021, at 18:17, Niels Hofmans <<a href="mailto:hello@ironpeak.be" class="">hello@ironpeak.be</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><span style="caret-color: rgb(0, 0, 0);" class="">Hi guys,</span><div class="" style="caret-color: rgb(0, 0, 0);"><br class=""></div><div class="" style="caret-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);">Any idea what arguments I need to provide during the build steps?</div><div class="" style="caret-color: rgb(0, 0, 0);"><br class=""></div><div class="" style="caret-color: rgb(0, 0, 0);">Currently in Docker:</div><div class="" style="caret-color: rgb(0, 0, 0);"><br class=""></div><div class="" style="caret-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);"><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></div></div></div><br class=""></div></body></html>