configure: fix vasprintf test; cosmetics.

The vasprintf test was always failing because it needed stdarg.h.
Misc cosmetics: rename compat objs to COMPAT_OBJS.
This commit is contained in:
Juan RP
2019-04-22 15:30:02 +02:00
parent ca5a88e462
commit 0db5ace61d
2 changed files with 7 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ OBJS += plist_remove.o plist_fetch.o util.o util_hash.o
OBJS += repo.o repo_pkgdeps.o repo_sync.o
OBJS += rpool.o cb_util.o proplib_wrapper.o
OBJS += package_alternatives.o
OBJS += $(EXTOBJS) $(COMPAT_SRCS)
OBJS += $(EXTOBJS) $(COMPAT_OBJS)
.PHONY: all
all: libxbps.so libxbps.a