diff options
author | John Hein <jcfyecrayz@liamekaens.com> | 2025-07-07 15:37:22 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-07-07 15:54:06 +0300 |
commit | c5ee704e3fea9d5d749232db350d68875e95e042 (patch) | |
tree | b83c9ad299b260f4d7dd3b151c7d7409a7152b13 | |
parent | www/go-anubis: update to 1.20.0 (diff) |
misc/libuuid: Add HAS_SYMBOL_VERSION
PR: 288063
-rw-r--r-- | misc/libuuid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/libuuid/Makefile b/misc/libuuid/Makefile index b87afa0281ea..1e82c4084e01 100644 --- a/misc/libuuid/Makefile +++ b/misc/libuuid/Makefile @@ -18,6 +18,7 @@ GH_ACCOUNT= util-linux GH_PROJECT= util-linux USE_LDCONFIG= yes +HAS_SYMBOL_VERSION= ${PREFIX}/lib/libuuid.so.1.3.0 # disable all Meson features because the project has gazillion of them and we only need one MESON_ARGS= --auto-features=disabled \ -Dallow-32bit-time=true \ |