summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2016-05-09 10:43:05 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2016-05-09 16:35:10 +0900
commit4c3c24505b5f1055e6a0bf0977c1d03aeb624976 (patch)
treecb5cb00c28efab8861b7c1bf426b1e31d401d694
parentdacda0c71fed2e6a2f05a6ed617890f3ae9a2fb2 (diff)
downloadhttp-4c3c24505b5f1055e6a0bf0977c1d03aeb624976.tar.gz
http-4c3c24505b5f1055e6a0bf0977c1d03aeb624976.tar.bz2
http-4c3c24505b5f1055e6a0bf0977c1d03aeb624976.zip
Change-Id: I849b3067e714885fae92fd80532bea11ded33cc6 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
-rw-r--r--CMakeLists.txt4
-rw-r--r--packaging/capi-network-http.spec7
2 files changed, 0 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3438bf8..c6c0a5c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,10 +19,6 @@ IF("${CMAKE_BUILD_TYPE}" STREQUAL "Private")
SET(CMAKE_BUILD_TYPE "Release")
ENDIF("${CMAKE_BUILD_TYPE}" STREQUAL "Private")
-IF(TIZEN_MOBILE)
- ADD_DEFINITIONS(-DTIZEN_MOBILE)
-ENDIF(TIZEN_MOBILE)
-
INCLUDE(FindPkgConfig)
pkg_check_modules(${fw_name} REQUIRED ${dependents})
FOREACH(flag ${${fw_name}_CFLAGS})
diff --git a/packaging/capi-network-http.spec b/packaging/capi-network-http.spec
index 48c3477..7e348f0 100644
--- a/packaging/capi-network-http.spec
+++ b/packaging/capi-network-http.spec
@@ -35,13 +35,6 @@ export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE"
export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
%cmake -DCMAKE_BUILD_TYPE="Private" \
-%if "%{?tizen_profile_name}" == "wearable"
- -DTIZEN_WEARABLE=1 \
-%else
-%if "%{?tizen_profile_name}" == "mobile"
- -DTIZEN_MOBILE=1 \
-%endif
-%endif
%ifarch %{arm}
-DCMAKE_BUILD_TYPE="Private" -DARCH=arm \
%else