projects
/
product
/
upstream
/
grep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daba969
)
Fix Werrors with GCC-14.1.0
20/311320/2
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_toolchain
accepted/tizen_base_x
accepted/tizen_base_x_asan
tizen_9.0_base
tizen_base
accepted/tizen/9.0/base/20241030.074949
accepted/tizen/base/20240612.043327
accepted/tizen/base/asan/20240806.090141
accepted/tizen/base/toolchain/20240604.070928
accepted/tizen/base/x/20240612.012425
accepted/tizen/base/x/asan/20240624.231331
tizen_9.0_m2_release
author
Dongkyun Son
<dongkyun.s@samsung.com>
Fri, 17 May 2024 11:26:41 +0000
(20:26 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Mon, 3 Jun 2024 03:34:03 +0000
(12:34 +0900)
-Wimplicit-function-declaration
Change-Id: Ic8adcbf65983b74f143e02e65a03fe52beeb7052
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/grep.spec
patch
|
blob
|
history
diff --git
a/packaging/grep.spec
b/packaging/grep.spec
index f633054c5e585ff45586b88168ec335369ccd85b..447ec49cc68f8e6f0f20f125075b391a967ef358 100644
(file)
--- a/
packaging/grep.spec
+++ b/
packaging/grep.spec
@@
-29,8
+29,8
@@
the matching lines.
cp %{SOURCE1001} .
%build
-
CFLAGS+=" -fPIE
"
-LDFLAGS+=" -pie"
+
export CFLAGS+=" -fPIE -Wno-error=implicit-function-declaration
"
+
export
LDFLAGS+=" -pie"
%configure --disable-silent-rules \
--without-included-regex