• 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/lttng-babeltrace/0001-tests-lib-Makefile.am-remove-unneeded-static-flag.patch
Philippe ProulxPhilippe Proulx committed be641e4e38402 Nov 2016
Raw file
Source viewDiff to previous
 
1
From 27e37d2621317d25e08ba0683bf8540b05b9347d Mon Sep 17 00:00:00 2001
2
From: Philippe Proulx <eeppeliteloop@gmail.com>
3
Date: Fri, 28 Oct 2016 02:09:20 -0400
4
Subject: [PATCH] tests/lib/Makefile.am: remove unneeded -static flag
5
​
6
Having those -static flags breaks the build in shared-only builds.
7
​
8
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
9
[Philippe: grabbed from this pull request:
10
    https://github.com/efficios/babeltrace/pull/49
11
]
12
---
13
 tests/lib/Makefile.am | 2 --
14
 1 file changed, 2 deletions(-)
15
​
16
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
17
index 33ada16..c685e77 100644
18
--- a/tests/lib/Makefile.am
19
+++ b/tests/lib/Makefile.am
20
@@ -31,13 +31,11 @@ check_SCRIPTS = test_seek_big_trace \
21
        test_ctf_writer_complete
22
 
23
 if ENABLE_DEBUG_INFO
24
-test_dwarf_LDFLAGS = -static
25
 test_dwarf_LDADD = $(LIBTAP) \
26
    $(top_builddir)/lib/libbabeltrace.la \
27
    $(top_builddir)/lib/libdebug-info.la
28
 test_dwarf_SOURCES = test_dwarf.c
29
 
30
-test_bin_info_LDFLAGS = -static
31
 test_bin_info_LDADD = $(LIBTAP) \
32
    $(top_builddir)/lib/libbabeltrace.la \
33
    $(top_builddir)/lib/libdebug-info.la
34
-- 
35
2.9.3
36
​
  • 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.