summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-06-02 13:45:22 +0200
committerPaul Moore <paul@paul-moore.com>2019-11-14 09:34:47 -0500
commit1052ec1cc15be55f679f0d93496226f247d179b4 (patch)
tree6d1cedcb8d0bf8e621b569142421d71a400d7a0d /tools
parente5ef83b99f8cea199dde3a8407c7654e75b2ece3 (diff)
downloadlibseccomp-1052ec1cc15be55f679f0d93496226f247d179b4.tar.gz
tools: remove static flag from the build
Do not force static link of tools, it breaks build with: BR2_SHARED_LIBS=y Patch retrieved from https://git.buildroot.net/buildroot/tree/package/libseccomp/0001-remove-static.patch and slighly updated to work with 2.3.3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> [PM: also removed the '-static' from the scmp_api_level build] Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f35b0a5..92543a1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -35,10 +35,7 @@ scmp_bpf_sim_SOURCES = scmp_bpf_sim.c bpf.h util.h
scmp_api_level_SOURCES = scmp_api_level.c
scmp_sys_resolver_LDADD = ../src/libseccomp.la
-scmp_sys_resolver_LDFLAGS = -static
scmp_arch_detect_LDADD = ../src/libseccomp.la
-scmp_arch_detect_LDFLAGS = -static
scmp_bpf_disasm_LDADD = util.la
scmp_bpf_sim_LDADD = util.la
scmp_api_level_LDADD = ../src/libseccomp.la
-scmp_api_level_LDFLAGS = -static