mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 03:13:24 +00: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