From: Junfeng Dong Date: Mon, 22 Jul 2013 08:21:30 +0000 (+0800) Subject: Correct the macro definition to DLIBDIR_PREFIX=\"/usr/lib\". X-Git-Tag: submit/tizen/20130722.151655^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a90108ac1f9ea21dc891366bb6cee660aa887cd7;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Correct the macro definition to DLIBDIR_PREFIX=\"/usr/lib\". Change-Id: If98397ffcace3a8d83d6f62ce443e9d0829c375f Signed-off-by: Junfeng Dong --- diff --git a/build/custom_handler_dao/wrt-commons-custom-handler-dao-ro.pc.in b/build/custom_handler_dao/wrt-commons-custom-handler-dao-ro.pc.in index 2fdf647..5d07173 100644 --- a/build/custom_handler_dao/wrt-commons-custom-handler-dao-ro.pc.in +++ b/build/custom_handler_dao/wrt-commons-custom-handler-dao-ro.pc.in @@ -9,4 +9,4 @@ Description: wrt-commons-custom-handler-dao-ro Version: @VERSION@ Requires: dpl-efl Libs: -lwrt-commons-custom-handler-dao-ro -L${libdir} -Cflags: -I${includedir}/dpl-efl -DLIBDIR_PREFIX=\"${libdir}\" +Cflags: -I${includedir}/dpl-efl -DLIBDIR_PREFIX=\\\"${libdir}\\\" diff --git a/packaging/wrt-commons.changes b/packaging/wrt-commons.changes index c817bc0..7e9717c 100644 --- a/packaging/wrt-commons.changes +++ b/packaging/wrt-commons.changes @@ -1,3 +1,6 @@ +* Mon Jul 22 2013 Junfeng Dong submit/tizen/20130717.201650@1d733c0 +- Correct the macro definition to DLIBDIR_PREFIX=\"/usr/lib\". + * Mon May 20 2013 Rusty Lynch accepted/tizen/20130520.103517@f203c87 - Fix WRT Runtimes Change post section : call wrt_common_create_cleandb.sh - Fix WRT Runtime : SQL Issue , remove transaction around CHECK_WIDGET_EXISTENCE + Force transaction BEGIN IMEDIATE + Try catch