From d739f78ef6c4d5e467401c71b218e8249fde0574 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Mon, 6 Dec 2021 17:01:54 +0000 Subject: [PATCH] libs/store: Remove PKG_CONFIG_REMOVE PKG_CONFIG_REMOVE doesn't do anything anymore. Commit dd33fd2e81 (tools: split libxenstore into new tools/libs/store directory) had reintroduced it without saying why. Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- tools/libs/store/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/libs/store/Makefile b/tools/libs/store/Makefile index 43b018aa8c..c208dbb48a 100644 --- a/tools/libs/store/Makefile +++ b/tools/libs/store/Makefile @@ -27,8 +27,6 @@ CFLAGS += -I $(XEN_ROOT)/tools/xenstore xs.opic: CFLAGS += -DUSE_PTHREAD ifeq ($(CONFIG_Linux),y) xs.opic: CFLAGS += -DUSE_DLSYM -else -PKG_CONFIG_REMOVE += -ldl endif -include $(DEPS_INCLUDE) -- 2.30.2