Package: jemalloc Version: 3.6.0-9 The LG_QUANTUM has to be defined for nios2 architecture, otherwise the build fails.
Signed-off-by: Marek Vasut <[email protected]> Cc: [email protected] Cc: [email protected] --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 969570d..c4eef8e 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),sparc sparc64)) DEB_CPPFLAGS_MAINT_APPEND += -DLG_QUANTUM=4 endif -ifneq (,$(findstring $(DEB_HOST_ARCH),m68k or1k)) +ifneq (,$(findstring $(DEB_HOST_ARCH),m68k nios2 or1k)) DEB_CPPFLAGS_MAINT_APPEND += -DLG_QUANTUM=3 endif -- 2.7.0

