pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure net/lldpd (NetBSD 9.2-stable amd64)



On 08/11/2020 17:54, Mike Pumford wrote:


Looks like its not finding libpcre (buildink issue?). libpcre is installed on the system.

Applied the following patch which got things building again:

Index: net/lldpd/options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/net/lldpd/options.mk,v
retrieving revision 1.5
diff -u -r1.5 options.mk
--- net/lldpd/options.mk        18 Jun 2020 19:40:32 -0000      1.5
+++ net/lldpd/options.mk        9 Nov 2020 22:12:12 -0000
@@ -12,6 +12,7 @@
 .if !empty(PKG_OPTIONS:Msnmp)
 .  include "../../net/net-snmp/buildlink3.mk"
 .  include "../../lang/perl5/buildlink3.mk"
+.  include "../../devel/pcre/buildlink3.mk"
 #  CCLD     lldpd
 #  ld: cannot find -lperl
 LDFLAGS+=              -L${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE




Home | Main Index | Thread Index | Old Index