diff -u hercules-3.07/debian/rules hercules-3.07/debian/rules --- hercules-3.07/debian/rules +++ hercules-3.07/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +#RPI - use gcc-4.7 to avoid ICE with 4.6 +export CC=gcc-4.7 + export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) export LDFLAGS += -lltdl diff -u hercules-3.07/debian/control hercules-3.07/debian/control --- hercules-3.07/debian/control +++ hercules-3.07/debian/control @@ -11,7 +11,8 @@ libtool, autoconf (>= 2.61~), automake1.10, - autotools-dev + autotools-dev, + gcc-4.7 Build-Conflicts: autoconf2.13, automake1.4 Standards-Version: 3.6.2 diff -u hercules-3.07/debian/changelog hercules-3.07/debian/changelog --- hercules-3.07/debian/changelog +++ hercules-3.07/debian/changelog @@ -1,3 +1,9 @@ +hercules (3.07-2.2+rpi1) wheezy-staging; urgency=low + + * Build with gcc-4.7 to work arround ICD + + -- Peter Michael Green Tue, 24 Jul 2012 18:10:47 +0000 + hercules (3.07-2.2) unstable; urgency=low * Non-maintainer upload.