From 73efa441814bbc82c519c185fa198e7dcfaa5c05 Mon Sep 17 00:00:00 2001 From: Dohyun Pyun Date: Thu, 26 May 2022 07:34:14 +0900 Subject: [PATCH] Remove the ceritifcate definition We will handle the certification logic in the runtime Change-Id: Ic8b96a2f88d7821f1cdba7c8244618c637e5685d Signed-off-by: Dohyun Pyun --- packaging/bluez.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/bluez.spec b/packaging/bluez.spec index 920b7bc..933e669 100755 --- a/packaging/bluez.spec +++ b/packaging/bluez.spec @@ -4,7 +4,6 @@ #%define __spec_check_pre exit 0 %define unified true -%define certificate false #%define with_libcapng --enable-capng %define _libpath /usr/lib @@ -326,10 +325,6 @@ echo x86_64 export CFLAGS+=" -DARCH64" %endif -%if %{certificate} == true -export CFLAGS+=" -DTIZEN_CERTIFICATE" -%endif - %reconfigure --disable-static \ --sysconfdir=%{_sysconfdir} \ --localstatedir=%{_localstatedir} \ -- 2.7.4