From 55b75c883fd4c84a9fc5a8aec1080134c2573d17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Aug 2021 10:58:25 +0200 Subject: switch the default from IM6 to IM7 --- php-pecl-imagick.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 6277fa1..6f0c903 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # -%bcond_with im7 +%bcond_without im7 %bcond_without tests # 2 builds needed to get the full set -# --with im7 -# --with im6 (default) +# --with im7 (default) +# --without im7 (so with im6) # we don't want -z defs linker flag %undefine _strict_symbol_defs_build -- cgit