mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
21 lines
497 B
Diff
21 lines
497 B
Diff
From 13556aaf94a2b0738a835a29f76be41d775a2d33 Mon Sep 17 00:00:00 2001
|
|
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
Date: Sun, 3 Jul 2016 15:51:43 +0200
|
|
Subject: [PATCH] Use -lftdi1
|
|
|
|
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
|
---
|
|
src/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
bin_PROGRAMS = \
|
|
relayctl
|
|
|
|
-relayctl_LDFLAGS = -lftdi
|
|
+relayctl_LDFLAGS = -lftdi1
|
|
|
|
relayctl_SOURCES = relayctl.c
|