boost: bump to version 1.63.0
[buildroot-gz.git] / package / libseccomp / 0001-remove-static.patch
blob6fd81f96d50e0830d24e83bcc6b26d4349ea7f94
1 Do not force static link, it breaks build with
2 # BR2_STATIC_LIBS is not set
3 BR2_SHARED_LIBS=y
5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
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>.
14 -AM_LDFLAGS = -static
15 LDADD = util.la ../src/libseccomp.la
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
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