halapi: Replace fPIE gcc option with fPIC 81/257281/2 accepted/tizen/unified/20210427.085802 submit/tizen/20210426.101321
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 05:46:43 +0000 (14:46 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 22 Apr 2021 07:02:45 +0000 (16:02 +0900)
commit48ae044709aa258d129ceceb94c6465bbff379e4
treeaddaf1b9c10a665414338ada9b23c265715b9d70
parent66092d759c02c05646959601cb9c2d5d0e6eb489
halapi: Replace fPIE gcc option with fPIC

The fPIE option is for the executable binary.
It is not proper for shared library files.
So that correct the wrong use-case by using fPIC.

Change-Id: If5a12ac729fd280451cf90c8f8723ac9868c497b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
CMakeLists.txt