]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib.
authorPo Lu <luangruo@yahoo.com>
Mon, 19 Jun 2023 08:41:58 +0000 (16:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 19 Jun 2023 08:41:58 +0000 (16:41 +0800)
lib-src/Makefile.in

index 8a1922703ded238103e9ac45e3bbf4866fe624a4..8a5ce019ca2e946b1832eb03b176d42dca75bf18 100644 (file)
@@ -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) \