From f8e0fe2cde596ba1b23c2af28c6188077efede9e Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 29 Jan 2018 16:01:33 +0900 Subject: [PATCH] Add pie compile option [Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] not adjust pie compile option [Cause & Measure] add pie option at spec file [Checking Method] [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I787cb65bdb7f29186db7574400ea06123bef3b1c Signed-off-by: DongHun Kwak --- packaging/expat.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/expat.spec b/packaging/expat.spec index 51880f5..6cfcd56 100644 --- a/packaging/expat.spec +++ b/packaging/expat.spec @@ -108,7 +108,8 @@ export CFLAGS="${CFLAGS} -fPIC" export CXXFLAGS="${CXXFLAGS} -fPIC" export LDFLAGS="${LDFLAGS} -pie" -%reconfigure --disable-static --with-pic +#%reconfigure --disable-static --with-pic +%reconfigure --disable-static make %{?_smp_mflags} %check -- 2.7.4