diff options
-rw-r--r-- | packaging/expect.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/expect.spec b/packaging/expect.spec index 50b2ae9..0b4a58f 100644 --- a/packaging/expect.spec +++ b/packaging/expect.spec @@ -37,6 +37,7 @@ cp %{SOURCE1001} . %{__patch} -p1 < %{SOURCE2} %build +export CFLAGS+=" -Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=incompatible-pointer-types " %reconfigure \ --with-tcl=%_libdir \ --with-tk=no_tk \ |