pkgsrc-WIP-discuss archive

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

Re: Dependency problem with lldpd



Hi,

On Tue, 30 Apr 2013 17:31:49 +0900, Bartek Krawczyk 
<bbartlomiej.mail%gmail.com@localhost> wrote:

> My first problem is that the make configure phase doesn't see
> libevent. I am using
> .include "../../devel/libevent/buildlink3.mk"
>
> but libevent doesn't get built during make configure if it's absent in
> the system. lldpd gets built with the embedded libevent version
> shipped with lldpd. Any suggestions?

Please make sure required version of libevent for lldpd.
If 2.0.0 is required, you should put following before the buildlink:
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.0

> Also could anyone give a hint what does PKGCONFIG_OVERRIDE mean? It
> was suggested by url2pkg.

You can try followings:
% make help topic=PKGCONFIG_OVERRIDE

(currently, adding RPATH flags for `pkg-config --libs')

-- 
OBATA Akio / obache%users.sourceforge.net@localhost

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index