]> git.pld-linux.org Git - packages/python3.git/commitdiff
- force semapthores at configure level too (but leaving mounts based check - it will...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 May 2012 10:05:38 +0000 (10:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.77

python3.spec

index a9d84f07334194b8774a3e9607ee790579ebdbf1..81f523a5ec517424323e0575587163f57c0f4334 100644 (file)
@@ -458,6 +458,8 @@ fi
 %{__autoconf}
 CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags}"; export CPPFLAGS
 %configure \
+        ac_cv_posix_semaphores_enabled=yes \
+        ac_cv_broken_sem_getvalue=no \
        --with-cxx-main="%{__cxx}" \
        --enable-shared \
        --enable-ipv6 \
This page took 0.204126 seconds and 4 git commands to generate.