| Submitter | Nitin A Kamble |
|---|---|
| Date | March 23, 2012, 6:58 p.m. |
| Message ID | <55d5703543b64bec72124d37908b774d9f740dd1.1332529019.git.nitin.a.kamble@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/24345/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 824ef04..283d4fa 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -481,6 +481,7 @@ export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \ BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ -Wl,-rpath-link,${STAGING_LIBDIR} \ -Wl,-rpath,${libdir} -Wl,-O1 \ + -Wl,-rpath,${libdir}/.. -Wl,-O1 \ -L${STAGING_DIR_HOST}${base_libdir} \ -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \ -Wl,-rpath,${base_libdir} -Wl,-O1"