We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ac222 commit 4bafb5aCopy full SHA for 4bafb5a
configure
@@ -27,3 +27,7 @@ else
27
echo
28
echo "This keyring build will not support the libsecret backend."
29
fi
30
+
31
+if [ "$UNAME" = "FreeBSD" ]; then
32
+ echo "PKG_CPPFLAGS=-DHAVE_SYS_RANDOM_H" >> src/Makevars
33
+fi
0 commit comments