update 2023-02-01 20:20:39

This commit is contained in:
github-actions[bot]
2023-02-01 20:20:39 +08:00
parent 15e7accb50
commit 3995843c44
330 changed files with 36117 additions and 19987 deletions

View File

@@ -0,0 +1,11 @@
--- 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