Change library path for 64-bit errors 91/272791/2 accepted/tizen/unified/20220330.003408 submit/tizen/20220325.021350
authorJaehyun Kim <jeik01.kim@samsung.com>
Thu, 24 Mar 2022 09:48:22 +0000 (18:48 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Thu, 24 Mar 2022 09:55:51 +0000 (18:55 +0900)
Change-Id: I3a25bde8ae64ae654a32c03f43b5392e7dfc2afe
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
capi-network-tethering.pc.in
packaging/capi-network-tethering.spec

index fc8c18b..ea3b753 100644 (file)
@@ -2,7 +2,7 @@
 
 prefix=@PREFIX@
 exec_prefix=/usr
-libdir=/usr/lib
+libdir=@LIB_INSTALL_DIR@
 includedir=/usr/include/network
 
 Name: @PC_NAME@
index b1de735..c0fc719 100644 (file)
@@ -63,7 +63,7 @@ export CFLAGS+=" -DTIZEN_TV_EXT"
 export CXXFLAGS+=" -DTIZEN_TV_EXT"
 %endif
 
-%cmake -DBUILD_GTESTS=%{?gcov:1}%{!?gcov:0} \
+%cmake -DBUILD_GTESTS=%{?gcov:1}%{!?gcov:0} -DLIB_INSTALL_DIR=%{_libdir} \
        .
 make %{?_smp_mflags}