diff options
author | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-04 08:20:18 +0000 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-02-04 08:20:18 +0000 |
commit | e4a11f300d3fc23c881d132624cdccc6a2e85d7f (patch) | |
tree | 2adc2ebe2258f35228fb7441062c8a6e23cf3f6a /databases/mdbx/files/patch-GNUmakefile | |
parent | - Update to 365 (diff) |
databases/mdbx: Update to 0.9.3
Changelog: https://github.com/erthink/libmdbx/releases/tag/v0.9.3
PR: 253239
Submitted by: Mahlon E. Smith <mahlon@martini.nu> (maintainer)
Approved by: arrowd, tcberner (mentors, implicit)
Diffstat (limited to 'databases/mdbx/files/patch-GNUmakefile')
-rw-r--r-- | databases/mdbx/files/patch-GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mdbx/files/patch-GNUmakefile b/databases/mdbx/files/patch-GNUmakefile index c9966c5482bf..f0ce94b385a5 100644 --- a/databases/mdbx/files/patch-GNUmakefile +++ b/databases/mdbx/files/patch-GNUmakefile @@ -14,7 +14,7 @@ esac endef -SO_SUFFIX := $(shell $(uname2sosuffix)) -+SO_SUFFIX := so.0.9.2 ++SO_SUFFIX := so.0.9.3 HEADERS := mdbx.h mdbx.h++ LIBRARIES := libmdbx.a libmdbx.$(SO_SUFFIX) |