diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-16 17:00:47 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-16 17:00:47 +0100 |
commit | 3c6c75e517fe01eb0c2eacd256b66c6d5d172980 (patch) | |
tree | 487577d5920338309188548071e133016c11e72a | |
parent | 3ca8d8759423c12a82b7001ced8e9bcacda8a44c (diff) |
-rw-r--r-- | php-pecl-rrd.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index b208560..6a19d82 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -94,6 +94,9 @@ mkdir ZTS %build %{?dtsenable} +# only "const" issues +export CFLAGS="%{optflags} -Wno-incompatible-pointer-types" + cd %{sources} %{__phpize} |