[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] meson: Add missing thread_dep to atomic-test

Arun Raghavan gitlab at gitlab.freedesktop.org
Sun Aug 9 01:53:12 UTC 2020



Arun Raghavan pushed to branch master at PulseAudio / pulseaudio


Commits:
af5ae60b by Jan Alexander Steffens (heftig) at 2020-08-09T03:29:23+02:00
meson: Add missing thread_dep to atomic-test

Otherwise it won't link.

    /usr/bin/ld: /tmp/atomic-test.uzrv5D.ltrans0.ltrans.o:
    undefined reference to symbol 'pthread_setaffinity_np@@GLIBC_2.3.4'

- - - - -


1 changed file:

- src/tests/meson.build


Changes:

=====================================
src/tests/meson.build
=====================================
@@ -163,7 +163,7 @@ endif
 if cc.has_function('pthread_setaffinity_np', dependencies : thread_dep)
   norun_tests += [
     [ 'atomic-test', 'atomic-test.c',
-      [ check_dep, libpulsecommon_dep ] ]
+      [ check_dep, libpulsecommon_dep, thread_dep ] ]
   ]
 endif
 



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/af5ae60b333d743cff941620c51e3cb2a9aee64a

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/af5ae60b333d743cff941620c51e3cb2a9aee64a
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20200809/039a0e81/attachment.htm>


More information about the pulseaudio-commits mailing list