Source: quagga Version: 1.2.4-2 Severity: minor While investigating packages in Ubuntu main that use pcre3, I noticed that quagga Build-Depends on libpcre3-dev. However, it is not actually used during the build since quagga defaults to using the GNU regexp library unless we used --enable-pcreposix which we don't.
pcre3 is the older library (despite its confusing name) and we're trying to use pcre2 instead. So I recommend just dropping libpcre3-dev from your Build-Depends. Thanks, Jeremy Bicha