kbd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
Cc: Alexey Gladkov <gladkov.alexey@gmail.com>,
	Alex Burmashev <alexander.burmashev@oracle.com>,
	Xose Vazquez Perez <xose.vazquez@gmail.com>,
	kbd -- Linux console tools development discussion
	<kbd@lists.altlinux.org>
Subject: [kbd] [PATCH] kbd: install getkeycodes/setkecodes binaries on SPARC
Date: Fri, 16 Dec 2016 22:00:26 +0100	[thread overview]
Message-ID: <20161216210026.26523-1-xose.vazquez@gmail.com> (raw)

Orabug: 21263213
Cc: Alex Burmashev <alexander.burmashev@oracle.com>
Cc: Alexey Gladkov <gladkov.alexey@gmail.com>
Cc: kbd -- Linux console tools development discussion <kbd@lists.altlinux.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 2620ac1..92f0b52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ CC_CHECK_CFLAGS_APPEND([\
 	-Wmissing-declarations])
 
 case $host_cpu in
-	m68*|sparc*) KEYCODES_PROGS=no ;;
+	m68*) KEYCODES_PROGS=no ;;
 	*)           KEYCODES_PROGS=yes ;;
 esac
 AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes")
-- 
2.11.0



                 reply	other threads:[~2016-12-16 21:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20161216210026.26523-1-xose.vazquez@gmail.com \
    --to=xose.vazquez@gmail.com \
    --cc=alexander.burmashev@oracle.com \
    --cc=gladkov.alexey@gmail.com \
    --cc=kbd@lists.altlinux.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).