* SELinux and Seccomp are now enabled via the kernel options themselves * Config.in now uses CGroupsV2 by default but optionally allows V1 Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
13 lines
684 B
Diff
13 lines
684 B
Diff
Index: docker-ce-20.10.0/hack/make.sh
|
|
===================================================================
|
|
--- docker-ce-20.10.0.orig/hack/make.sh
|
|
+++ docker-ce-20.10.0/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
|