Fix for 64 bit compatibility. 2.1b_release accepted/tizen_2.1/20130425.023939 submit/tizen_2.1/20130424.235235
authorJunfeng Dong <junfeng.dong@intel.com>
Thu, 28 Mar 2013 10:43:07 +0000 (18:43 +0800)
committerlifang <fangx.li@intel.com>
Tue, 2 Apr 2013 14:46:54 +0000 (22:46 +0800)
- Fix hardcoding path.

Change-Id: I7ade21f42c808983fb8ecc42a34a474136c2aa87

provider-interface/download-provider-interface.pc.in

index 35e1cc9..b6e579c 100644 (file)
@@ -4,5 +4,5 @@ Name: @PROJECT_NAME@
 Description: @PACKAGE_DESCRIPTION@
 Version: @VERSION@
 Requires: @PC_REQUIRED@
-Libs: -L/usr/lib -l@PROJECT_NAME@
+Libs: -L@LIB_INSTALL_DIR@ -l@PROJECT_NAME@
 Cflags: -I/usr/include/@PKG_NAME@