package/gpm: Install libgpm.so to fix gpm detection in package links
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 20 Feb 2016 17:09:00 +0000 (18:09 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2016 14:00:55 +0000 (15:00 +0100)
commit2b1bbbb7cce458aefdf4c4b7779e7dcddbda5bb8
tree900b92992b7b8b298259cd322cd79e9f8516b84c
parent5c9490459e7138f1bc4ec2d3668cc7374ea4763e
package/gpm: Install libgpm.so to fix gpm detection in package links

The unversioned library was missing in the build system, part of the fix
was backported from upstream, the final patch was sent upstream.

Fixes linking against gpm by the links package which fails to detect
gpm support when libgpm.so is not present.

Configure log from links without this patch:
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... no
checking for Gpm_GetLibVersion... no

Configure log from links with this patch:
checking for gpm.h... yes
checking for Gpm_Open in -lgpm... yes
checking for Gpm_GetLibVersion... yes
checking for Gpm_Event wdx and wdy... yes

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gpm/0002-Install-unversioned-solibrary.patch [new file with mode: 0644]
package/gpm/0003-src-Makefile.in-Really-install-unversioned-solibrary.patch [new file with mode: 0644]