From 3b81f65d43334ed0519f8e48ba574bad1b97918a Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 12 Aug 2020 23:01:32 +0200 Subject: [PATCH] Link against `-lz` to be compatible to latest wut --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c52078..5084494 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ CXXFLAGS := $(CFLAGS) -std=gnu++17 ASFLAGS := -g $(ARCH) LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUPS_ROOT)/share/libwupsbackend.ld $(WUPSSPECS) -LIBS := -lwups -lwut -lwupsbackend +LIBS := -lwups -lwut -lwupsbackend -lz #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level