]> git.pld-linux.org Git - packages/unbound.git/commitdiff
Make python bcond more reliable
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 4 Aug 2015 13:03:40 +0000 (15:03 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 4 Aug 2015 13:03:40 +0000 (15:03 +0200)
unbound.spec

index 3e0a79721dc84ea82d1ada0f1074476593bde482..8230a5172204fd1c0fce14d6be7c330743f2e4df 100644 (file)
@@ -117,7 +117,8 @@ Pythonowy interfejs do biblioteki unbound.
 
 %build
 %configure \
-       %{?with_python:--with-pyunbound} \
+       %{__with_without python pyunbound} \
+       %{__with_without python pythonmodule} \
        --with-pidfile=/run/%{name}.pid \
        --with-chroot-dir="" \
        --with-conf-file=%{_sysconfdir}/%{name}/%{name}.conf \
This page took 0.028435 seconds and 4 git commands to generate.