[Buildroot] [PATCH 3/3] package/openmvtools: don't use host library path

Romain Naour romain.naour at openwide.fr
Sat Feb 14 11:38:45 UTC 2015


Hi Thomas,

Le 14/02/2015 09:23, Thomas Petazzoni a écrit :
> Dear Romain Naour,
> 
> On Mon,  9 Feb 2015 00:22:10 +0100, Romain Naour wrote:
> 
>> +OPENVMTOOLS_CONF_ENV += CUSTOM_PROCPS_NAME=procps \
>> +	CUSTOM_PROCPS_LIBS="-L$(STAGING_DIR)"
> 
> Have you tried:
> 
> 	CUSTOM_PROCPS_LIBS=" "
> 
>  ?
> 
> We're already using this trick in the openvmtools package for the
> libdnet detection.
> 

My intention was to help the configure script to find libprocps.so in
STAGING_DIR/lib. I forgot to add the "/lib"...

But, you're right.
Using CUSTOM_PROCPS_LIBS=" " is enough.

I'll respin shortly.

Best regards,
Romain

> Thomas
> 



More information about the buildroot mailing list