mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
compel/test/fdspy: fix linking
1. Commit 8b99809 ("compel: make plugins .a archives") changed the
suffix of compel plugins, so this test no longer compiles.
2. "compel plugins" can print auxiliary plugins now, let's use it.
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
4a57dfec9e
commit
ef6c3f6ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ parasite.h: parasite.po
|
|||
$(COMPEL) hgen -o $@ -f $<
|
||||
|
||||
parasite.po: parasite.o
|
||||
ld $(shell $(COMPEL) ldflags) -o $@ $^ $(shell $(COMPEL) plugins) ../../plugins/fds.built-in.o
|
||||
ld $(shell $(COMPEL) ldflags) -o $@ $^ $(shell $(COMPEL) plugins fds)
|
||||
|
||||
parasite.o: parasite.c
|
||||
$(CC) $(CFLAGS) -c $(shell $(COMPEL) cflags) -o $@ $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue