Hello,

I have attached a patch that solves
this issue for me on mips/mipsel.

Regards,
Dejan

--- libpwiz-3.0.4624.orig/debian/rules	2014-02-11 14:46:15.000000000 +0000
+++ libpwiz-3.0.4624/debian/rules	2014-02-27 09:58:59.000000000 +0000
@@ -12,6 +12,7 @@
 
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_ARCH          ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 DEBIAN_DIR = $(CURDIR)/debian
 BUILD_DIR = $(DEBIAN_DIR)/build
@@ -70,6 +71,10 @@
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+       CXXFLAGS += --param ggc-min-expand=5
+endif
+
 .PHONY: clean
 clean: 
 # unpatch

Reply via email to