[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Make the ncursesw driver of the console client compile prope
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] Make the ncursesw driver of the console client compile properly |
Date: |
Thu, 17 Jul 2014 22:11:39 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Marek Benc, le Fri 04 Jul 2014 23:49:06 +0200, a écrit :
> As it turns out, someone was cleaning up the Makefile of the console
> client, and he ended up checking for ncursesw before Makeconf was
> included, which always caused that the source list for the driver was
> empty, while the later check, the one that defines the build rule for
> the driver, succeeded if ncursesw was available, causing an empty shared
> object to be generated.
>
> Here's a patch that fixes it:
Thanks!
Next time, please think about writing a ChangeLog so I can just put it
in the commit.
Samuel