emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android d067b2fca00: * lib-src/Makefile.in (seccomp-filter$(EXEE


From: Po Lu
Subject: feature/android d067b2fca00: * lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib.
Date: Mon, 19 Jun 2023 04:42:15 -0400 (EDT)

branch: feature/android
commit d067b2fca0005f3032d82f80f5c4d88750395dfc
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib.
---
 lib-src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]