|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/libs: fix build of stubdoms
commit 2e46d73b4c7562f7b104e9e10fe302316af13959
Author: Juergen Gross <jgross@xxxxxxxx>
AuthorDate: Wed Sep 8 14:43:03 2021 +0200
Commit: Ian Jackson <iwj@xxxxxxxxxxxxxx>
CommitDate: Mon Sep 27 15:36:18 2021 +0100
tools/libs: fix build of stubdoms
In case abi-dumper is available the stubdom builds will fail due to a
false dependency on dynamic loadable libraries. Fix that.
Fixes: d7c9f7a7a3959913b4 ("tools/libs: Write out an ABI analysis when
abi-dumper is available")
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
tools/libs/libs.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/libs/libs.mk b/tools/libs/libs.mk
index 84130ccbaf..ebdb2a4782 100644
--- a/tools/libs/libs.mk
+++ b/tools/libs/libs.mk
@@ -98,10 +98,12 @@ lib$(LIB_FILE_NAME).so.$(MAJOR).$(MINOR): $(PIC_OBJS)
libxen$(LIBNAME).map
# If abi-dumper is available, write out the ABI analysis
ifneq ($(ABI_DUMPER),)
+ifneq ($(nosharedlibs),y)
libs: $(PKG_ABI)
$(PKG_ABI): lib$(LIB_FILE_NAME).so.$(MAJOR).$(MINOR) headers.lst
$(ABI_DUMPER) $< -o $@ -public-headers headers.lst -lver
$(MAJOR).$(MINOR)
endif
+endif
.PHONY: install
install: build
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |