wpa_supplicant: fix static link with readline
authorDavid du Colombier <0intro@gmail.com>
Sun, 13 Sep 2015 21:52:46 +0000 (23:52 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 14 Sep 2015 06:13:57 +0000 (08:13 +0200)
commit821f3793149bb20abe89b55d21a1242b894adb8a
tree5642678428e8a622dce8856d886ce4a1f56b9960
parente064dd72232ab13da647689f077400bd5f695eb6
wpa_supplicant: fix static link with readline

When linking statically, the order of libraries on the
linker command matters, since readline depends on ncurses.

Signed-off-by: David du Colombier <0intro@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wpa_supplicant/0005-fix-readline-libs-ordering.patch [new file with mode: 0644]