From: Seonah Moon Date: Wed, 4 May 2016 08:22:59 +0000 (+0900) Subject: Change CA bundle path macro X-Git-Tag: accepted/tizen/common/20160510.050941~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F68438%2F1;p=platform%2Fupstream%2Fconnman.git Change CA bundle path macro Change-Id: I2271312cb115a2426bec36af43868e9c5b16131b Signed-off-by: Seonah Moon --- diff --git a/packaging/connman.spec b/packaging/connman.spec index 69df070..becf5c0 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -93,7 +93,7 @@ Header files and development files for connman. %build CFLAGS+=" -DTIZEN_EXT -lsmack -Werror" -CFLAGS+=" -DTIZEN_SYS_CA_BUNDLE=\"%TZ_SYS_CA_BUNDLE\"" +CFLAGS+=" -DTIZEN_SYS_CA_BUNDLE=\"%TZ_SYS_RO_CA_BUNDLE\"" %if "%{profile}" == "tv" CFLAGS+=" -DTIZEN_TV_EXT" %endif