diff -Nru gambas3-3.1.1/debian/changelog gambas3-3.1.1/debian/changelog --- gambas3-3.1.1/debian/changelog 2013-07-23 09:34:39.000000000 +0000 +++ gambas3-3.1.1/debian/changelog 2013-09-22 09:14:04.000000000 +0000 @@ -1,3 +1,10 @@ +gambas3 (3.1.1-2.2+rpi1) jessie-staging; urgency=low + + [Mike Thompson] + * Disabled jit for Raspberry Pi build. + + -- Peter Michael Green Sun, 22 Sep 2013 09:13:26 +0000 + gambas3 (3.1.1-2.2) unstable; urgency=low * Non-maintainer upload. diff -Nru gambas3-3.1.1/debian/rules gambas3-3.1.1/debian/rules --- gambas3-3.1.1/debian/rules 2012-05-24 11:00:02.000000000 +0000 +++ gambas3-3.1.1/debian/rules 2013-09-22 09:14:04.000000000 +0000 @@ -20,7 +20,7 @@ config.status: configure - CFLAGS="$(CFLAGS)" ./configure --host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) --build=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt --disable-gsl + CFLAGS="$(CFLAGS)" ./configure --host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) --build=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt --disable-gsl --disable-jit touch configure-stamp