The source is being deprecated and split into the CLI and engine/daemon repositories, So `docker-ce` will now be the `dockerd` and a separate package will be made for the `docker` CLI. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
13 lines
745 B
Diff
13 lines
745 B
Diff
Index: docker-ce-18.09.0/components/engine/hack/make.sh
|
|
===================================================================
|
|
--- docker-ce-18.09.0.orig/components/engine/hack/make.sh
|
|
+++ docker-ce-18.09.0/components/engine/hack/make.sh
|
|
@@ -129,7 +129,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
|
|
fi
|