pkgsrc-Users archive

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

Re: packaging glusterfs



On Tue, Jul 20, 2010 at 12:53:32PM +0000, Emmanuel Dreyfus wrote:
> 1) It wants libfl.so, while devel/flex only produce libfl.a. The Right
> Way would be to libtoolize flex, but I am not sure how such a change
> would be accepted upstream. For now, I just made a libfl.so with ar -x
> and cc -dynamic, but I wanted to discuss the issue here, just in case 
> someone have a good idea.

Depending on libfl is almost never a good idea. The normal fix is to
either disable yywrap or provide a custom version of it.

> 2) It wants a libpthread with semaphores. The easy way is linking with 
> GNU Pth. so I tried adding this to the Makefile:
> .include "../../devel/pth/buildlink3.mk"

Please be more specific what is required. pth is practically begging for
issues.

Joerg


Home | Main Index | Thread Index | Old Index