Descriptionseccomp-bpf-helpers: Fix undefined reference
Compiling a debug build in the chromeos chroot fails because
we can't link libseccomp_bpf_helpers.so. The failure occurs
because both seccomp_bpf and seccomp_bpf_helpers use
SANDBOX_EXPORT but are in different components and so the
symbols are visible but undefined in some circumstances.
BUG=None
TEST=Build
Committed: https://crrev.com/b7865805147f5c616f13adb38448022d12ac97d2
Cr-Commit-Position: refs/heads/master@{#415208}
Patch Set 1 #Patch Set 2 : merge seccomp_bpf_helpers into seccomp_bpf #Patch Set 3 : replicating changes in gyp files #
Messages
Total messages: 17 (8 generated)
|