Link against -lz to be compatible to latest wut

This commit is contained in:
Maschell 2020-08-12 23:01:32 +02:00
parent 6e44a24e1e
commit 3b81f65d43

View File

@ -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