From b7f667a3ba273fcaf3c46f6e97697be7996900d5 Mon Sep 17 00:00:00 2001 From: Helmut Buchsbaum Date: Tue, 7 Apr 2020 11:16:38 +0200 Subject: [PATCH] dm: Do not link to zlib Since zlib is not used, remove linking to it. This reduces build dependencies. Tracked-On: #4838 Signed-off-by: Helmut Buchsbaum --- devicemodel/Makefile | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 devicemodel/Makefile diff --git a/devicemodel/Makefile b/devicemodel/Makefile old mode 100755 new mode 100644 index 8f5b97c50..f864bfff0 --- a/devicemodel/Makefile +++ b/devicemodel/Makefile @@ -66,7 +66,6 @@ LIBS = -lrt LIBS += -lpthread LIBS += -lcrypto LIBS += -lpciaccess -LIBS += -lz LIBS += -luuid LIBS += -lusb-1.0 LIBS += -lacrn-mngr