From: DoHyun Pyun Date: Wed, 9 Aug 2017 04:23:06 +0000 (+0900) Subject: Add the PIE option for the excutable binary X-Git-Tag: submit/tizen/20170809.230017^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b56efc2889963edd586ec77f80e5bc36cfe574b;p=platform%2Fupstream%2Fsbc.git Add the PIE option for the excutable binary Change-Id: I55ac3bc06c4b474401a19ba79c469c51e3467ac5 Signed-off-by: DoHyun Pyun --- diff --git a/packaging/sbc.spec b/packaging/sbc.spec index f8c627e..00de039 100644 --- a/packaging/sbc.spec +++ b/packaging/sbc.spec @@ -24,7 +24,7 @@ This package contains Bluetooth SBC development files %setup -q %build -%configure --enable-shared --disable-static --prefix=/usr +%configure --enable-shared --disable-static --enable-pie --prefix=/usr %__make %{?_smp_mflags} %install