mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib.
This commit is contained in:
parent
405d14402f
commit
d067b2fca0
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ emacsclient.res: ../nt/emacsclient.rc $(NTINC)/../icons/emacs.ico
|
||||||
ifeq ($(SECCOMP_FILTER),1)
|
ifeq ($(SECCOMP_FILTER),1)
|
||||||
seccomp-filter$(EXEEXT): $(srcdir)/seccomp-filter.c $(config_h)
|
seccomp-filter$(EXEEXT): $(srcdir)/seccomp-filter.c $(config_h)
|
||||||
$(AM_V_CCLD)$(CC) $(ALL_CFLAGS) $(LIBSECCOMP_CFLAGS) $< \
|
$(AM_V_CCLD)$(CC) $(ALL_CFLAGS) $(LIBSECCOMP_CFLAGS) $< \
|
||||||
$(LIBSECCOMP_LIBS) -o $@
|
$(LIBSECCOMP_LIBS) $(LOADLIBES) -o $@
|
||||||
|
|
||||||
seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc: seccomp-filter$(EXEEXT)
|
seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc: seccomp-filter$(EXEEXT)
|
||||||
$(AM_V_GEN)./seccomp-filter$(EXEEXT) \
|
$(AM_V_GEN)./seccomp-filter$(EXEEXT) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue