fix pkg-config version, from JR Aquino <tanawts AT gmail DOT com>

Consumers may fail on version constraints, pass the release version.

OK sthen
This commit is contained in:
kn
2023-10-15 09:54:10 +00:00
parent 8c4a3a2f6b
commit 1d26eb9846
+4 -1
View File
@@ -1,9 +1,11 @@
COMMENT = C implementation of Argon2 - password hashing function
# GH_TAGNAME used in MAKE_FLAGS
GH_ACCOUNT = P-H-C
GH_PROJECT = phc-winner-argon2
GH_TAGNAME = 20190702
DISTNAME = argon2-${GH_TAGNAME}
REVISION = 0
SHARED_LIBS += argon2 0.0 # 0.0
@@ -17,7 +19,8 @@ PERMIT_PACKAGE = Yes
WANTLIB += c pthread
MAKE_FLAGS = CC="$(CC)" INSTALL="$(INSTALL)" OPTTARGET=none \
PREFIX="${TRUEPREFIX}" ABI_VERSION="${LIBargon2_VERSION}"
PREFIX="${TRUEPREFIX}" ABI_VERSION="${LIBargon2_VERSION}" \
ARGON2_VERSION="${GH_TAGNAME}"
TEST_FLAGS = OPTTARGET=none
USE_GMAKE = Yes