From 8b56efc2889963edd586ec77f80e5bc36cfe574b Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Wed, 9 Aug 2017 13:23:06 +0900 Subject: [PATCH] Add the PIE option for the excutable binary Change-Id: I55ac3bc06c4b474401a19ba79c469c51e3467ac5 Signed-off-by: DoHyun Pyun --- packaging/sbc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1