summaryrefslogtreecommitdiffstats
path: root/libraries/libu2f-host/makefile.patch
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-17 23:12:23 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-18 07:16:07 +0700
commitd368be8948a43b52c6a86656c6ddce8eca6fa406 (patch)
tree1500c7cc5375f5bc75a7103dc73220d6f8e619c7 /libraries/libu2f-host/makefile.patch
parent2b2f48c1bfdc81bf377d7ced74db028f05cefe89 (diff)
downloadslackbuilds-d368be8948a43b52c6a86656c6ddce8eca6fa406.tar.gz
slackbuilds-d368be8948a43b52c6a86656c6ddce8eca6fa406.tar.xz
libraries/libu2f-host: Added (Yubico 2UF C Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libu2f-host/makefile.patch')
-rw-r--r--libraries/libu2f-host/makefile.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/libraries/libu2f-host/makefile.patch b/libraries/libu2f-host/makefile.patch
new file mode 100644
index 0000000000..7a73947b7e
--- /dev/null
+++ b/libraries/libu2f-host/makefile.patch
@@ -0,0 +1,26 @@
+From f241518e0dfd896eee6886aad2f3f6f8ef83f6da Mon Sep 17 00:00:00 2001
+From: Christian Hesse <mail@eworm.de>
+Date: Tue, 14 Oct 2014 11:25:54 +0200
+Subject: [PATCH 1/1] Makefile: make help2man depend on u2f-host, not
+ u2f-host.c
+
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index e9159a7..1afdddd 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -35,7 +35,7 @@ MAINTAINERCLEANFILES = $(BUILT_SOURCES)
+ dist_man_MANS = u2f-host.1
+ DISTCLEANFILES = $(dist_man_MANS)
+
+-u2f-host.1: $(srcdir)/u2f-host.c $(srcdir)/cmdline.ggo $(top_srcdir)/configure.ac
++u2f-host.1: $(builddir)/u2f-host$(EXEEXT) $(srcdir)/cmdline.ggo $(top_srcdir)/configure.ac
+ $(AM_V_GEN)$(HELP2MAN) \
+ --output=$@ $(builddir)/u2f-host$(EXEEXT) \
+ --name="Yubico Universal 2nd Factor (U2F) Host Tool" \
+--
+2.1.2
+