summaryrefslogtreecommitdiff
path: root/packaging/connman.spec
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2016-11-30 20:37:10 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-01-25 21:56:52 -0800
commit24899e2264dd187e7e452e0ffad9d2df1d490927 (patch)
treeef09dca1a268e5650a7b28adaff07573388a7c22 /packaging/connman.spec
parenta0eec7e1ef7d58d3cf490586dd1a4dbae2f99abf (diff)
downloadconnman-24899e2264dd187e7e452e0ffad9d2df1d490927.tar.gz
connman-24899e2264dd187e7e452e0ffad9d2df1d490927.tar.bz2
connman-24899e2264dd187e7e452e0ffad9d2df1d490927.zip
Remove Profile Build Dependency (1/2): do it at runtime
- This is for Tizen 4.0. : Tizen 4.0 Configurability and Build Blocks require to remove all profile-depending build options in spec files. (No More profile macros) - It is recommended to distinguish features/profiles at runtime. unless it incurs too much overhead, which requires you to create multiple binaries and subpackages. - Now it reads if it is TV based on the /etc/ conf file. Change-Id: Id9d2f6e9db7814ab06f5d166ef2299a1a8aacb51 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'packaging/connman.spec')
-rwxr-xr-xpackaging/connman.spec3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 5db54f07..81854388 100755
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -97,9 +97,6 @@ Header files and development files for connman.
%build
CFLAGS+=" -DTIZEN_EXT -lsmack -Werror"
CFLAGS+=" -DTIZEN_SYS_CA_BUNDLE=\"%TZ_SYS_RO_CA_BUNDLE\""
-%if "%{profile}" == "tv"
-CFLAGS+=" -DTIZEN_TV_EXT"
-%endif
%if %{with connman_vpnd}
VPN_CFLAGS+=" -DTIZEN_EXT -lsmack -Werror"