tech-pkg archive

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

Re: libmemcached and include paths



On 17.9.2010, at 10:38, OBATA Akio wrote:

> I feel that header files are renamed.
> i.e. include/libmemcached/memcached_string.h => include/libmemcached/string.h
>  
> <http://bazaar.launchpad.net/~libmemcached-developers/libmemcached/trunk/revision/634>
> 
> So you can drop BUILDLINK_INCDIRS.libmemcached from buildlink3.mk.
> If it break something, it should be fixed to catch up the change.
> Probably, following:
> < #include "memcached_string.h"
>> #include "libmemcached/string.h"
> 

Thanks. I'll try building other libmemcached-dependent packages to see if it 
has any adverse effect, and commit the change then (together with the version 
bump).

-F



Home | Main Index | Thread Index | Old Index