Fix build by adding LIBDIR_PREFIX definition 51/3651/1 accepted/tizen/20130524.043756 submit/tizen/20130523.224019
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 23 May 2013 22:38:14 +0000 (15:38 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 23 May 2013 22:38:14 +0000 (15:38 -0700)
CMakeLists.txt
packaging/wrt-plugins-common.changes

index 3536d7a..3efbdaa 100644 (file)
@@ -77,6 +77,8 @@ ADD_DEFINITIONS("-Wno-deprecated")
 # GCC 4.7 changes the scheme of name lookup. Guide: http://gcc.gnu.org/gcc-4.7/porting_to.html
 ADD_DEFINITIONS("-fpermissive")
 
+ADD_DEFINITIONS("-DLIBDIR_PREFIX=\"${LIB_INSTALL_DIR}\"")
+
 ##############################################################################
 # CMake flags
 IF (DEVPKG)
index 7329202..d68e495 100644 (file)
@@ -1,2 +1,5 @@
+* Thu May 23 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130522.164603@f814425
+- Add LIBDIR_PREFIX definition
+
 * Tue May 21 2013 Rusty Lynch <rusty.lynch@intel.com> submit/tizen/20130517.045654@b1b8621
 - Fix rpmlint errors