[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>
cp %{SOURCE1001} .
%build
-CFLAGS+=" -fPIE"
+CFLAGS+=" -fPIC"
LDFLAGS+=" -pie"
+autoconf
%configure --enable-largefile \
--without-bash-malloc \
--disable-nls \