Comment 4 for bug 1592841

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

I tried to replace the -O3 in the CFLAGS by -O2, by adding

DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

ifeq ($(DEB_HOST_ARCH),ppc64el)
export DEB_CFLAGS_MAINT_STRIP = -O3
export DEB_CFLAGS_MAINT_APPEND = -O2
endif

to debian/rules near the beginning, as it was done in the cowdancer package and built this in my PPA for testing and this did not solve the problem.