From: Tomasz Swierczek Date: Thu, 14 Feb 2013 08:57:09 +0000 (+0100) Subject: Disabled SMACK on tizendev.org (removed usage) X-Git-Tag: 2.1b_release~12^2^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88f730ed345fd643ff23cfc78bfd7fdfd7f65644;p=platform%2Fcore%2Fsecurity%2Flibprivilege-control.git Disabled SMACK on tizendev.org (removed usage) [Issue#] N/A [Feature] N/A [Cause] SMACK is disabled on tizendev.org - libprivilege-control API needs to return success temporarily [Solution] Comment SMACK_ENABLED #ifdef in CMakeLists.txt [Verification] Build, install, reboot target device Change-Id: Icfbc38aedfffbd1b386fe62b86cf820735d06090 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cc33968..aa8779a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ ADD_DEFINITIONS("-DSHAREDIR=${SHAREDIR}") ADD_DEFINITIONS("-DHOMEDIR=${HOMEDIR}") ADD_DEFINITIONS("-Wall -Werror") -ADD_DEFINITIONS("-DSMACK_ENABLED") +#ADD_DEFINITIONS("-DSMACK_ENABLED") ADD_DEFINITIONS("-DDLOG_ENABLED") #enables dlogutil logs ###################################################################################################