mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
docker-ce: Added Docker community edition
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
committed by
Yousong Zhou
parent
e6edb0b442
commit
f2793d55fe
13
utils/docker-ce/patches/001-libdevmapper_name_fix.patch
Normal file
13
utils/docker-ce/patches/001-libdevmapper_name_fix.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user