change cflags option 95/167995/1 accepted/tizen_5.0_base accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix tizen_5.0_base tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv accepted/tizen/5.0/base/20181101.091548 accepted/tizen/5.5/base/20191030.084528 accepted/tizen/5.5/base/mobile/hotfix/20201023.084030 accepted/tizen/5.5/base/wearable/hotfix/20201023.080421 accepted/tizen/base/20180126.040746 submit/tizen_5.0_base/20181101.000002 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_base/20180123.090103 submit/tizen_base/20180531.070507 tizen_5.5.m2_release
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:59:15 +0000 (08:59 +0000)
[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 \