diff options
| author | Lars Ingebrigtsen | 2022-03-05 19:06:20 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-03-05 19:06:20 +0100 |
| commit | d70ad7229aabec4e2fadf2f655d23de7bf60d1b9 (patch) | |
| tree | 7e239a755d0e19eb21c4547decd481c0f5777012 /test | |
| parent | 1e1d2f18c6d797f7e49a71f998a82cb255b8bb58 (diff) | |
| download | emacs-d70ad7229aabec4e2fadf2f655d23de7bf60d1b9.tar.gz emacs-d70ad7229aabec4e2fadf2f655d23de7bf60d1b9.zip | |
Fix emacs-module-test after recent changes
* test/Makefile.in ($(test_module)): Include libgnu.a in the
module test (because the module uses functions from gnulib)
(bug#32452).
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 708c4b2fb0f..79d3dcf92f8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -285,7 +285,7 @@ $(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h | |||
| 285 | -o $@ $< $(LIBGMP) \ | 285 | -o $@ $< $(LIBGMP) \ |
| 286 | $(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \ | 286 | $(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \ |
| 287 | $(FREE_SOURCE_$(REPLACE_FREE)) \ | 287 | $(FREE_SOURCE_$(REPLACE_FREE)) \ |
| 288 | $(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c | 288 | ../lib/libgnu.a |
| 289 | endif | 289 | endif |
| 290 | 290 | ||
| 291 | src/emacs-tests.log: ../lib-src/seccomp-filter.c | 291 | src/emacs-tests.log: ../lib-src/seccomp-filter.c |