tag 584327 + patch thanks Hi!
Attached is a patch for debian/rules that reduces the optimization level to 1 for mipsel and mips, which fixes the problem at least on mipsel. (tested, not tested on mips). I would be nice if you could upload rdflib with this patch soon. thanks Willi
diff -u rdflib-2.4.2/debian/rules rdflib-2.4.2/debian/rules --- rdflib-2.4.2/debian/rules +++ rdflib-2.4.2/debian/rules @@ -4,6 +4,13 @@ include /usr/share/quilt/quilt.make +DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) + +ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel)) + CFLAGS:="-O1" +endif + + configure: configure-stamp configure-stamp: patch dh_testdir