From ab9e4edcb3c773d6baade11c465930c31fd999bf Mon Sep 17 00:00:00 2001 From: sparky Date: Mon, 13 Nov 2006 14:54:48 +0000 Subject: [PATCH] - don't use %{without ...}, it may not work after inverting bcond Changed files: db4.4.spec -> 1.6 --- db4.4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db4.4.spec b/db4.4.spec index 554bbbb..a645598 100644 --- a/db4.4.spec +++ b/db4.4.spec @@ -242,7 +242,7 @@ polece %patch0 -p0 %patch1 -p0 -%if %{without nptl} +%if !%{with nptl} sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac %endif -- 2.43.0