lib: move conf parsing to lib/conf.c and refactor to not rely on getcwd/chdir
This fixes https://github.com/voidlinux/xbps/issues/158
This commit is contained in:
@@ -44,6 +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 += conf.o log.o
|
||||
OBJS += $(EXTOBJS) $(COMPAT_OBJS)
|
||||
|
||||
.PHONY: all
|
||||
|
Reference in New Issue
Block a user