Skip to content

Commit

Permalink
Merge pull request #192 from Wenzel/python/docker/fix_libuuid_xen_com…
Browse files Browse the repository at this point in the history
…pilation

python: add missing libuuid-devel in Dockerfile
  • Loading branch information
Wenzel authored Mar 22, 2021
2 parents 9f11511 + 24d9c60 commit 7192cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN git clone -b RELEASE-4.11.0 --depth 1 https://github.com/xen-project/xen \
&& cd xen \
&& yum install -y dev86 xz-devel python-devel gettext-devel iasl \
ncurses-devel pixman-devel wget yajl-devel zlib-devel \
glibc-devel.i686 \
glibc-devel.i686 libuuid-devel \
&& ./configure --disable-xen --disable-docs --disable-stubdom \
--enable-tools --disable-rombios \
&& sed -i '/$(call cc-option-add,CFLAGS,CC,-Wno-unused-local-typedefs)/a $(call cc-option-add,CFLAGS,CC,-Wno-address-of-packed-member)' Config.mk \
Expand Down

0 comments on commit 7192cca

Please sign in to comment.