From: DongHun Kwak Date: Tue, 23 Jan 2018 07:55:41 +0000 (+0900) Subject: change cflags option X-Git-Tag: submit/tizen_base/20180123.090103^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a64f846b1a85a5dac189edcbdb45031d3d04a24;p=product%2Fupstream%2Fbash.git change cflags option [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 --- diff --git a/packaging/bash.spec b/packaging/bash.spec index 9229aa6..c6d9249 100644 --- a/packaging/bash.spec +++ b/packaging/bash.spec @@ -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 \