libxbps: added XBPS_FLAG_INSTALL_REPRO for xbps_handle::flags.

If set, enable reproducible mode; skips adding the
"install-date" obj into pkgdb.
This commit is contained in:
Juan RP
2019-12-29 10:37:17 +01:00
parent d1c93bed52
commit 95a3ba651f
3 changed files with 30 additions and 21 deletions

View File

@@ -3,8 +3,8 @@
RANLIB ?= ranlib
LIBXBPS_MAJOR = 4
LIBXBPS_MINOR = 0
LIBXBPS_MICRO = 1
LIBXBPS_MINOR = 1
LIBXBPS_MICRO = 0
LIBXBPS_SHLIB = libxbps.so.$(LIBXBPS_MAJOR).$(LIBXBPS_MINOR).$(LIBXBPS_MICRO)
LDFLAGS += $(LIBXBPS_LDFLAGS) -shared -Wl,-soname,libxbps.so.$(LIBXBPS_MAJOR)