From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/gpm: Install libgpm.so to fix gpm detection in package links
Date: Sun, 21 Feb 2016 15:01:07 +0100 [thread overview]
Message-ID: <20160221150107.6f92dca4@free-electrons.com> (raw)
In-Reply-To: <1455988141-6929-1-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Sat, 20 Feb 2016 18:09:00 +0100, Bernd Kuhls wrote:
> 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>
> ---
> .../gpm/0002-Install-unversioned-solibrary.patch | 41 ++++++++++++++++++++++
> ...e.in-Really-install-unversioned-solibrary.patch | 31 ++++++++++++++++
> 2 files changed, 72 insertions(+)
> create mode 100644 package/gpm/0002-Install-unversioned-solibrary.patch
> create mode 100644 package/gpm/0003-src-Makefile.in-Really-install-unversioned-solibrary.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2016-02-21 14:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 17:09 [Buildroot] [PATCH 1/2] package/gpm: Install libgpm.so to fix gpm detection in package links Bernd Kuhls
2016-02-20 17:09 ` [Buildroot] [PATCH 2/2] package/links: add optional support for gpm Bernd Kuhls
2016-02-21 14:00 ` Thomas Petazzoni
2016-02-20 17:50 ` [Buildroot] [PATCH 1/2] package/gpm: Install libgpm.so to fix gpm detection in package links Yann E. MORIN
2016-02-21 14:01 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160221150107.6f92dca4@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.