summaryrefslogtreecommitdiffstats
path: root/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch')
-rw-r--r--package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch b/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch
deleted file mode 100644
index 82d7c892be..0000000000
--- a/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d506cf6c1567cbb0a762c04d9354ab1694a5ac05 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
-Date: Mon, 11 Dec 2017 23:33:08 +0100
-Subject: [PATCH] Update Makefile.am
-
-Add missing trailing backslash for `dump_LDADD`.
-
-Backported from: d506cf6c1567cbb0a762c04d9354ab1694a5ac05
-
-Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
----
- examples/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index 66ebcdf2..a19597bf 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -13,5 +13,5 @@ fadot_LDADD = $(top_builddir)/src/libfa.la $(GNULIB)
-
- dump_sources = dump.c
- dump_LDFLAGS = -static
--dump_LDADD = $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la
-+dump_LDADD = $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la \
- $(GNULIB)
OpenPOWER on IntegriCloud