Fixed build error for 64bit 36/113436/1 accepted/tizen/common/20170208.154912 accepted/tizen/ivi/20170208.103318 accepted/tizen/mobile/20170208.103229 accepted/tizen/tv/20170208.103244 accepted/tizen/wearable/20170208.103301 submit/tizen/20170207.235015
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 7 Feb 2017 12:19:25 +0000 (21:19 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 7 Feb 2017 12:19:42 +0000 (21:19 +0900)
Change-Id: Icc39f5be71e8f43f093eff3b383ece00c32d21f6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
CMakeLists.txt
packaging/net-config.spec

index fa38d65..0704fd0 100755 (executable)
@@ -4,7 +4,7 @@ SET(PACKAGE ${PROJECT_NAME})
 SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 SET(BINDIR "${PREFIX}/sbin")
 SET(DATADIR "${PREFIX}/share")
-SET(LIBDIR "${PREFIX}/lib")
+SET(LIBDIR "${PREFIX}/${LIB_PATH}")
 SET(INTERFACES "${CMAKE_SOURCE_DIR}/interfaces")
 
 SET(SRCS
index d4bf2cd..cdd14cc 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.99
+Version:       1.1.100
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
@@ -81,6 +81,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DTIZEN_WEARABLE=1 \
        -DTIZEN_CAPTIVE_PORTAL=1 \
 %endif
+        -DLIB_PATH=%{_lib} \
        .
 
 make %{?_smp_mflags}
@@ -201,4 +202,3 @@ mv %{_unitdir}/net-config.service.tv %{_unitdir}/net-config.service
 %files plugin-headed
 %manifest net-config.manifest
 %attr(500,root,root) %{_libdir}/net-config-plugin-headed.so
-