diff options
| -rw-r--r-- | php-pecl-memprof.spec | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/php-pecl-memprof.spec b/php-pecl-memprof.spec index 30740a4..f68964d 100644 --- a/php-pecl-memprof.spec +++ b/php-pecl-memprof.spec @@ -10,7 +10,12 @@  # Please, preserve the changelog entries  # +%if %{__isa_bits} < 64 +# some tests fail on 32-bit +%bcond_with    tests +%else  %bcond_without tests +%endif  # we don't want -z defs linker flag  %undefine _strict_symbol_defs_build | 
