From: sparky Date: Mon, 13 Nov 2006 14:54:48 +0000 (+0000) Subject: - don't use %{without ...}, it may not work after inverting bcond X-Git-Tag: auto/ac/db4_5-4_5_20-4~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdb4.5.git;a=commitdiff_plain;h=1f9bf16a7210b3aea4f6d65b2b3a5857aafd8570 - don't use %{without ...}, it may not work after inverting bcond Changed files: db4.5.spec -> 1.5 --- diff --git a/db4.5.spec b/db4.5.spec index 546ac0e..35bc14d 100644 --- a/db4.5.spec +++ b/db4.5.spec @@ -242,7 +242,7 @@ polece %prep %setup -q -n db-%{version} -%if %{without nptl} +%if !%{with nptl} sed -i -e 's,AM_PTHREADS_SHARED("POSIX/.*,:,' dist/aclocal/mutex.ac %endif