diff --git a/bin/xbps-bin/Makefile b/bin/xbps-bin/Makefile index f01ae334..017457a8 100644 --- a/bin/xbps-bin/Makefile +++ b/bin/xbps-bin/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/vars.mk BIN = xbps-bin OBJS = check.o install.o main.o remove.o show-deps.o ../xbps-repo/util.o -STATIC_LIBS += -lz -lacl -lbz2 -llzmadec +STATIC_LIBS += -lz -lacl -lbz2 -llzma include $(TOPDIR)/prog.mk diff --git a/bin/xbps-repo/Makefile b/bin/xbps-repo/Makefile index ff1ed189..e8b8cddf 100644 --- a/bin/xbps-repo/Makefile +++ b/bin/xbps-repo/Makefile @@ -3,6 +3,6 @@ include $(TOPDIR)/vars.mk BIN = xbps-repo OBJS = main.o util.o index.o -STATIC_LIBS += -lz -lbz2 -lacl -llzmadec +STATIC_LIBS += -lz -lbz2 -lacl -llzma include $(TOPDIR)/prog.mk