• 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/libseccomp/0001-remove-static.patch
Bernd KuhlsBernd Kuhls committed 3d95b453e7a29 Mar 2015
Raw file
Source viewDiff to previous
 
1
Do not force static link, it breaks build with
2
# BR2_STATIC_LIBS is not set
3
BR2_SHARED_LIBS=y
4
​
5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
6
​
7
diff -uNr libseccomp-2.2.0.org/tests/Makefile.am libseccomp-2.2.0/tests/Makefile.am
8
--- libseccomp-2.2.0.org/tests/Makefile.am  2015-02-11 21:57:11.000000000 +0100
9
+++ libseccomp-2.2.0/tests/Makefile.am  2015-03-29 16:03:49.668946652 +0200
10
@@ -16,7 +16,6 @@
11
 # along with this library; if not, see <http://www.gnu.org/licenses>.
12
 #
13
 
14
-AM_LDFLAGS = -static
15
 LDADD = util.la ../src/libseccomp.la
16
 
17
 check_LTLIBRARIES = util.la
18
diff -uNr libseccomp-2.2.0.org/tools/Makefile.am libseccomp-2.2.0/tools/Makefile.am
19
--- libseccomp-2.2.0.org/tools/Makefile.am  2015-02-11 21:57:11.000000000 +0100
20
+++ libseccomp-2.2.0/tools/Makefile.am  2015-03-29 16:03:46.164992302 +0200
21
@@ -33,8 +33,6 @@
22
 scmp_bpf_sim_SOURCES = scmp_bpf_sim.c bpf.h util.h
23
 
24
 scmp_sys_resolver_LDADD = ../src/libseccomp.la
25
-scmp_sys_resolver_LDFLAGS = -static
26
 scmp_arch_detect_LDADD = ../src/libseccomp.la
27
-scmp_arch_detect_LDFLAGS = -static
28
 scmp_bpf_disasm_LDADD = util.la
29
 scmp_bpf_sim_LDADD = util.la
  • 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.