diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-09 18:45:36 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-09 18:46:12 +0000 |
commit | 40bb1cc7f163fd0420e2363b53b9478500842cba (patch) | |
tree | f13c94283ba0fd3a9f57acd7fc70b2d3ef3b69a4 /main/lxc/0002-lxc-alpine-add-arm.patch | |
parent | bb302967564af6f7b6ecb598c197050bca4916fa (diff) | |
download | aports-40bb1cc7f163fd0420e2363b53b9478500842cba.tar.bz2 aports-40bb1cc7f163fd0420e2363b53b9478500842cba.tar.xz |
main/lxc: fix musl build, add arm support to alpine template
Diffstat (limited to 'main/lxc/0002-lxc-alpine-add-arm.patch')
-rw-r--r-- | main/lxc/0002-lxc-alpine-add-arm.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/lxc/0002-lxc-alpine-add-arm.patch b/main/lxc/0002-lxc-alpine-add-arm.patch new file mode 100644 index 0000000000..2ec898a918 --- /dev/null +++ b/main/lxc/0002-lxc-alpine-add-arm.patch @@ -0,0 +1,10 @@ +--- lxc-0.9.0.orig/templates/lxc-alpine.in ++++ lxc-0.9.0/templates/lxc-alpine.in +@@ -334,6 +334,7 @@ + x86) + lxc_arch=i686;; + x86_64|"") ;; ++ arm*) apk_arch=armhf;; + *) die "unsupported architecture: $arch";; + esac + |