25.05.2013 00:07, Ed Maste wrote:
> When probing for ncurses, try pkg-config first rather than after
> explicit -lncurses and -lcurses. This fixes static linking in the case
> that ncurses has additional dependencies, such as -ltinfo (as on FreeBSD).
Thanks, applied to the trivial patches queue,
25.05.2013 15:38, Andreas Färber wrote:
> Am 25.05.2013 06:25, schrieb Michael Tokarev:
[]
>> Here, it is interesting to note that pkg-config does not actually do
>> the right thing in this case. Because practically, it should have
>> one extra flag, something like --static-libs (or --libs --stati
Am 25.05.2013 06:25, schrieb Michael Tokarev:
> 25.05.2013 00:07, Ed Maste wrote:
>> When probing for ncurses, try pkg-config first rather than after
>> explicit -lncurses and -lcurses. This fixes static linking in the case
>> that ncurses has additional dependencies, such as -ltinfo (as on FreeBS
On 25 May 2013 00:25, Michael Tokarev wrote:
> 25.05.2013 00:07, Ed Maste wrote:
>> When probing for ncurses, try pkg-config first rather than after
>> explicit -lncurses and -lcurses. This fixes static linking in the case
>> that ncurses has additional dependencies, such as -ltinfo (as on FreeBS
25.05.2013 00:07, Ed Maste wrote:
> When probing for ncurses, try pkg-config first rather than after
> explicit -lncurses and -lcurses. This fixes static linking in the case
> that ncurses has additional dependencies, such as -ltinfo (as on FreeBSD).
This is not a FreeBSD-specific thing, this is