Comment 11 for bug 351017

Revision history for this message
Andreas Moog (ampelbein) wrote :

The attached debdiff FTBFS due to the compile flag being applied to all arches, even if they don't support it. Attached debdiff corrects this issue by using:

ifneq ($(findstring $(DEB_BUILD_ARCH), i386 lpia),)
        CFLAGS+=-mno-sse2
endif