Properly build shared/static libxbps and utils.
xbps-fetch: added -v flag to see verbose messages in libfetch. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091030111726-axf9paz2k01ntqzz
This commit is contained in:
@@ -3,7 +3,6 @@ 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
|
||||
|
||||
|
@@ -164,7 +164,7 @@ download_package_list(prop_object_iterator_t iter)
|
||||
}
|
||||
printf("Downloading %s-%s binary package ...\n",
|
||||
pkgname, version);
|
||||
rv = xbps_fetch_file(binfile, savedir);
|
||||
rv = xbps_fetch_file(binfile, savedir, NULL);
|
||||
free(savedir);
|
||||
free(binfile);
|
||||
if (rv != 0) {
|
||||
|
Reference in New Issue
Block a user