author | Rob Clark <rob@ti.com> | |
Fri, 20 Jul 2012 15:26:11 +0000 (10:26 -0500) | ||
committer | Rob Clark <rob@ti.com> | |
Fri, 20 Jul 2012 15:28:46 +0000 (10:28 -0500) | ||
commit | faf26b689d4a2a6d1e851a1ea2fd657406eebfff | |
tree | 15886c6bc71c3809ae2a1631790060387c50bb9c | tree | snapshot (tar.xz tar.gz zip) |
parent | ff65de96660965e661175f75427cd0020ef1104c | commit | diff |
intel: fix build error
CCLD test_decode
./.libs/libdrm_intel.so: undefined reference to `drmPrimeHandleToFD'
./.libs/libdrm_intel.so: undefined reference to `drmPrimeFDToHandle'
collect2: ld returned 1 exit status
From Adam Jackson's explaination:
most distros have changed it so ld defaults to --no-copy-dt-needed-entries,
so if you use something from libdrm you can't just assume libdrm_intel
will bring it in for you, you have to be explicit
Signed-off-by: Rob Clark <rob@ti.com>
CCLD test_decode
./.libs/libdrm_intel.so: undefined reference to `drmPrimeHandleToFD'
./.libs/libdrm_intel.so: undefined reference to `drmPrimeFDToHandle'
collect2: ld returned 1 exit status
From Adam Jackson's explaination:
most distros have changed it so ld defaults to --no-copy-dt-needed-entries,
so if you use something from libdrm you can't just assume libdrm_intel
will bring it in for you, you have to be explicit
Signed-off-by: Rob Clark <rob@ti.com>
intel/Makefile.am | diff | blob | history |