From 05a74e7fd44f3ad1a25606cd690ec106aedd7b32 Mon Sep 17 00:00:00 2001 From: Jihoon Jung Date: Fri, 25 Mar 2022 12:33:03 +0900 Subject: [PATCH] Remove Errors from full 64 bit build - RQ210712-00422 Change-Id: I241bbcb462c376654e013f05736295984e67d9aa Signed-off-by: Jihoon Jung --- capi-network-nfc.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capi-network-nfc.pc.in b/capi-network-nfc.pc.in index 8792e0a..7ceb0e3 100644 --- a/capi-network-nfc.pc.in +++ b/capi-network-nfc.pc.in @@ -3,13 +3,13 @@ prefix=@PREFIX@ exec_prefix=/usr -libdir=/usr/lib +libdir=@CMAKE_LIB_DIR@ includedir=/usr/include/network Name: @PC_NAME@ Description: @PACKAGE_DESCRIPTION@ Version: @VERSION@ -Requires: @PC_REQUIRED@ +Requires: @PC_REQUIRED@ Libs: -L${libdir} @PC_LDFLAGS@ Cflags: -I${includedir} -- 2.7.4