change cflags option 82/167982/2 accepted/tizen_4.0_base tizen_4.0_base tizen_4.0_tv accepted/tizen/4.0/base/20180125.130113 submit/tizen_4.0_base/20180123.090049
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 23 Jan 2018 07:55:41 +0000 (16:55 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 23 Jan 2018 08:58:07 +0000 (17:58 +0900)
[Model] All
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem]
[Cause & Measure] fPIE -> fPIC
[Checking Method]

[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A

Change-Id: I5e7771b54318411f223699ea40643a12c64b96f0
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/bash.spec

index 9229aa6a825dad4b1f1611a4e8ce1303d5aa52c3..c6d9249c2abbbb813f3a992edc79e1e6ade2cecc 100644 (file)
@@ -31,8 +31,9 @@ incorporates useful features from the Korn shell (ksh) and the C shell
 cp %{SOURCE1001} .
 
 %build
-CFLAGS+=" -fPIE"
+CFLAGS+=" -fPIC"
 LDFLAGS+=" -pie"
+autoconf
 %configure --enable-largefile \
             --without-bash-malloc \
             --disable-nls \