Request to add ability to do 32bit cross-compile
[releng/builder.git] / vagrant / basic-builder / bootstrap.sh
index f0293976d45ca92192e06b0cdcb167cdeb7128bf..a5155fe9b9842e52dd03c0313441c6aa3a846786 100644 (file)
@@ -36,9 +36,15 @@ yum install -q -y @development perl-{Digest-SHA,ExtUtils-MakeMaker} \
     ant {boost,gtest,json-c,libcurl,libxml2,libvirt,openssl}-devel \
     {readline,unixODBC}-devel
 
+# tcpmd5 is wanting to do 32bit ARM cross-compilation and is specifically
+# requesting the following be installed (note the kernel headers are
+# going to be the x86_64 package as there aren't separate 32bit and
+# x86_64 packages for them
+yum install -q -y glibc-devel.i686 kernel-headers
+
 # The following is needed by opendove, if this is to be perfomed against
 # an EL6 system some of these packages are not availalble (or at the
 # wrong version) in publically available repositories as such this
 # should only really be done on an EL7 (or F18+) system
-yum install -q -y {jansson,libevent,libnl,libuuid}-devel \
+yum install -q -y {jansson,libevent,libevent2,libnl,libuuid}-devel \
     python-{devel,virtualenv,setuptools}