diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-08-01 18:34:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 09:35:57 +0100 |
commit | 79005ff905f8c82a8766af5a927b9a0f8929e24f (patch) | |
tree | dd5f538fa139f81893069ea70e563f8a75c37452 /meta/classes/rootfs-postcommands.bbclass | |
parent | 9b2f4dc36e9495447546d1257385e2fc8fc051b6 (diff) | |
download | openembedded-core-79005ff905f8c82a8766af5a927b9a0f8929e24f.tar.gz openembedded-core-79005ff905f8c82a8766af5a927b9a0f8929e24f.tar.bz2 openembedded-core-79005ff905f8c82a8766af5a927b9a0f8929e24f.zip |
piglit: fix build failure with gold linker
When we use gold linker while DISTRO set to "nodistro", piglit build
fails with the following error:
| ../../../../lib/libpiglitutil_gl.so.0: error: undefined reference to
'dlsym'
| ../../../../lib/libpiglitutil_gl.so.0: error: undefined reference to
'dlerror'
| ../../../../lib/libpiglitutil_gl.so.0: error: undefined reference to
'dlopen'
| collect2: error: ld returned 1 exit status
Fix it by providing '-ldl' to LDFLAGS.
[YOCTO #9851]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/rootfs-postcommands.bbclass')
0 files changed, 0 insertions, 0 deletions