From: Po Lu Date: Mon, 19 Jun 2023 08:41:58 +0000 (+0800) Subject: * lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d067b2fca0005f3032d82f80f5c4d88750395dfc;p=emacs.git * lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 8a1922703de..8a5ce019ca2 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -481,7 +481,7 @@ emacsclient.res: ../nt/emacsclient.rc $(NTINC)/../icons/emacs.ico ifeq ($(SECCOMP_FILTER),1) seccomp-filter$(EXEEXT): $(srcdir)/seccomp-filter.c $(config_h) $(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) $(AM_V_GEN)./seccomp-filter$(EXEEXT) \