3ddf276437
Do not link to libzmadec, rather to liblzma provided by xz. Pointed by ojab in the bug, thanks! --HG-- extra : convert_revision : xtraeme%40gmail.com-20091017030101-1cw1b11l923hy8cw
10 lines
196 B
Makefile
10 lines
196 B
Makefile
TOPDIR = ../..
|
|
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 -llzma
|
|
|
|
include $(TOPDIR)/prog.mk
|
|
|