commit c0c64f886175164edf8df3f5a91c2f22fe33ace0 Author: Nicolas Vigier boklm@torproject.org Date: Fri Sep 11 00:22:55 2015 +0200
Run "dpkg --add-architecture i386" on linux-i686 builds
This makes installation of i386 build dependencies possible. --- rbm.conf | 1 + 1 file changed, 1 insertion(+)
diff --git a/rbm.conf b/rbm.conf index 91d46ac..7e41946 100644 --- a/rbm.conf +++ b/rbm.conf @@ -54,6 +54,7 @@ targets: osname: linux-i686 configure_opt: '--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32' compiler: gcc + pre_pkginst: dpkg --add-architecture i386 windows-i686: arch: i686 var:
tor-commits@lists.torproject.org