From e5b8df0cd6cab2d20b49d736c0c6a1529a7ff1cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 28 Dec 2014 18:40:57 +0000 Subject: [PATCH] - disable nss plugin on x32 --- apr-util.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apr-util.spec b/apr-util.spec index 560ab3e..cd41436 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -22,6 +22,11 @@ %endif %endif +# tests fail on x32 +%ifarch x32 +%undefine with_nss +%endif + # files list broken, feel free to really fix %ifarch alpha %undefine with_mysql -- 2.44.0