update 2023-02-01 20:09:57

This commit is contained in:
github-actions[bot]
2023-02-01 20:09:57 +08:00
parent 1873424e1e
commit 15e7accb50
334 changed files with 19992 additions and 36122 deletions

View File

@@ -1,11 +0,0 @@
--- a/hack/make.sh
+++ b/hack/make.sh
@@ -95,7 +95,7 @@ fi
# with a newer libdevmapper than the one it was built with.
if
command -v gcc &> /dev/null \
- && ! (echo -e '#include <libdevmapper.h>\nint main() { dm_task_deferred_remove(NULL); }' | gcc -xc - -o /dev/null $(pkg-config --libs devmapper) &> /dev/null) \
+ && ! (echo -e '#include <libdevmapper.h>\nint main() { dm_task_deferred_remove(NULL); }' | gcc -xc - -o /dev/null $(pkg-config --libs libdevmapper) &> /dev/null) \
;
then
add_buildtag libdm dlsym_deferred_remove