summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongkyun Son <dongkyun.s@samsung.com>2024-05-21 13:17:28 +0900
committerDongkyun Son <dongkyun.s@samsung.com>2024-05-21 13:19:22 +0900
commit0ea395db4bf6ac1ee562a8ba106418c4a0beac9d (patch)
tree126e30849082c6ac7fc962bc7acd4e8172914ec4
parentb439d25b7304db7bf8f785b7dd45339e79b5f190 (diff)
downloadexpect-tizen_9.0_base.tar.gz
expect-tizen_9.0_base.tar.bz2
expect-tizen_9.0_base.zip
-Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types https://gcc.gnu.org/gcc-14/porting_to.html Change-Id: Idb8de4e4ca95c141b55817f9962239bf78ef3312 Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rw-r--r--packaging/expect.spec1
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 \