BSD Compilation (#20944)
thiagoftsm committed
Sep 9, 2025 at 17:15 UTC
44188e875c34a34e6b1bfc65d292b25c927102bc
1 file changed
+1
-1
packaging/installer/install-required-packages.sh
+1
-1
@@ -858,7 +858,7 @@ declare -A pkg_libuuid_dev=(
858
['ol']="libuuid-devel"
859
['suse']="libuuid-devel"
860
['macos']="ossp-uuid"
861
- ['freebsd']="e2fsprogs-libuuid"
861
+ ['freebsd']="libuuid"
862
['default']=""
863
)
864