Build xbps-{bin,cmpver,digest,pkgdb,repo} as static, and install them

as foo.static.

Updated README to note the new requirements for it. It will be used
to reduce the number of dependencies when building packages in
the chroot.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091015222234-360i67zychjge3nh
This commit is contained in:
Juan RP
2009-10-16 00:22:34 +02:00
parent 6798be2f58
commit 865b06be5d
8 changed files with 38 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
BIN = xbps-bin
OBJS = check.o install.o main.o remove.o show-deps.o ../xbps-repo/util.o
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 -llzmadec
include $(TOPDIR)/prog.mk