mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01:00
targets/opencl: resolve undefined symbols at link time
Current automake build does not try to resolve undefined symbols thus we could end up with a broken library. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
This commit is contained in:
parent
1ad9534337
commit
73b46136b0
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ lib_LTLIBRARIES = lib@OPENCL_LIBNAME@.la
|
|||
|
||||
lib@OPENCL_LIBNAME@_la_LDFLAGS = \
|
||||
$(LLVM_LDFLAGS) \
|
||||
-no-undefined \
|
||||
-version-number 1:0
|
||||
|
||||
lib@OPENCL_LIBNAME@_la_LIBADD = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue