The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libseccomp / 0001-remove-static.patch
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