diff options
-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} |