]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/ncurses: trim leading 'lib' from definition of libs to install
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 14 Dec 2014 16:04:39 +0000 (17:04 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 15 Dec 2014 21:14:50 +0000 (22:14 +0100)
commit19569281dd7e1482908b5bfb6e0d928bdf246008
tree001e090cb69136c8f31a6ddd32a8f0028c3bde7c
parent43fa88ae90f7c8684456ff931dc0e57efbb5e3f4
package/ncurses: trim leading 'lib' from definition of libs to install

Currently, ncurses creates symlinks from the non-'w' variants to the
equivalent 'w' variant, but forgets to do so for pkg-config files.

To be able to share the same list between the libraries and the
pkg-config files to symlink, just trim the 'lib' prefix of libraries in
the definition, and just add it back at the time we need it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ncurses/ncurses.mk