• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/augeas/0001-examples-Makefile-fix-missing-trailing-backslash-for-dump-LDADD.patch
Jörg KrauseJörg Krause committed d2db5a6c5bb14 Jan 2018
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From d506cf6c1567cbb0a762c04d9354ab1694a5ac05 Mon Sep 17 00:00:00 2001
2
From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks>
3
Date: Mon, 11 Dec 2017 23:33:08 +0100
4
Subject: [PATCH] Update Makefile.am
5
​
6
Add missing trailing backslash for `dump_LDADD`.
7
​
8
Backported from: d506cf6c1567cbb0a762c04d9354ab1694a5ac05
9
​
10
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
11
---
12
 examples/Makefile.am | 2 +-
13
 1 file changed, 1 insertion(+), 1 deletion(-)
14
​
15
diff --git a/examples/Makefile.am b/examples/Makefile.am
16
index 66ebcdf2..a19597bf 100644
17
--- a/examples/Makefile.am
18
+++ b/examples/Makefile.am
19
@@ -13,5 +13,5 @@ fadot_LDADD = $(top_builddir)/src/libfa.la $(GNULIB)
20
 
21
 dump_sources = dump.c
22
 dump_LDFLAGS = -static
23
-dump_LDADD =  $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la
24
+dump_LDADD =  $(top_builddir)/src/libaugeas.la $(top_builddir)/src/libfa.la \
25
              $(GNULIB)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.