aboutsummaryrefslogtreecommitdiff
path: root/utils/relayctl/patches
diff options
context:
space:
mode:
Diffstat (limited to 'utils/relayctl/patches')
-rw-r--r--utils/relayctl/patches/0001-ftdi1.patch10
1 files changed, 2 insertions, 8 deletions
diff --git a/utils/relayctl/patches/0001-ftdi1.patch b/utils/relayctl/patches/0001-ftdi1.patch
index 0b08395f4..f13267ae6 100644
--- a/utils/relayctl/patches/0001-ftdi1.patch
+++ b/utils/relayctl/patches/0001-ftdi1.patch
@@ -8,19 +8,13 @@ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/src/Makefile.am b/src/Makefile.am
-index a533d5c..4dbe6b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
-@@ -1,7 +1,7 @@
- sbin_PROGRAMS = \
+@@ -1,6 +1,6 @@
+ bin_PROGRAMS = \
relayctl
-relayctl_LDFLAGS = -lftdi
+relayctl_LDFLAGS = -lftdi1
relayctl_SOURCES = relayctl.c
-
---
-2.1.4
-