diff options
author | John Hein <jcfyecrayz@liamekaens.com> | 2025-07-07 12:37:22 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2025-07-07 12:54:06 +0000 |
commit | c5ee704e3fea9d5d749232db350d68875e95e042 (patch) | |
tree | b83c9ad299b260f4d7dd3b151c7d7409a7152b13 | |
parent | a9b0a9581294f59152c4905711b10df6608657dd (diff) |
-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 \ |