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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user