summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2024-05-31 15:23:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2024-05-31 15:23:45 +0900
commit0b718d0b0c9e886f899f5d2d60c8ca9177ba6a86 (patch)
tree577e90410a5f20cefb821800a32980b54194fc9b
parent24f5ec96b70d175c49e15205698428697bb27c4e (diff)
downloadtar-accepted/tizen_base.tar.gz
tar-accepted/tizen_base.tar.bz2
tar-accepted/tizen_base.zip
-Wimplicit-function-declaration -Wint-conversion Change-Id: I41e7d7a8d65b72b68c0d9ab73cf35804d7bebc4d
-rw-r--r--packaging/tar.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/tar.spec b/packaging/tar.spec
index 02c0cc9..23d1f8e 100644
--- a/packaging/tar.spec
+++ b/packaging/tar.spec
@@ -38,8 +38,9 @@ cp %{SOURCE1001} .
# --disable-silent-rules \
# --disable-nls
-CFLAGS+=" -fPIE"
-LDFLAGS+=" -pie"
+export CFLAGS+=" -Wno-error=implicit-function-declaration -Wno-error=int-conversion"
+export CFLAGS+=" -fPIE"
+export LDFLAGS+=" -pie"
%configure --disable-static \
--disable-nls