From: Anthony PERARD Date: Mon, 6 Dec 2021 17:01:54 +0000 (+0000) Subject: libs/store: Remove PKG_CONFIG_REMOVE X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~33^2~1241 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d739f78ef6c4d5e467401c71b218e8249fde0574;p=xen.git 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 --- 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)