Skip to content

meson: add -pthreads and more libs when -Dlink-udev-shared=false#6159

Merged
poettering merged 1 commit intosystemd:masterfrom
keszybz:pthread-linking
Jun 21, 2017
Merged

meson: add -pthreads and more libs when -Dlink-udev-shared=false#6159
poettering merged 1 commit intosystemd:masterfrom
keszybz:pthread-linking

Conversation

@keszybz
Copy link
Member

@keszybz keszybz commented Jun 21, 2017

Three binaries would fail to link when ld.bfd was used and link-udev-shared was
false. Add -pthreads (again) to the failing binaries and synchronize the
dependency list between libsystemd-shared .a and .so versions.
Apart from allowing the build to succeed, this shouldn't have much effect becuase
systemd-networkd was already using pthreads.

Fixes #5828.

Three binaries would fail to link when ld.bfd was used and link-udev-shared was
false. Add -pthreads (again) to the failing binaries and synchronize the
dependency list between libsystemd-shared .a and .so versions.
Apart from allowing the build to succeed, this shouldn't have much effect becuase
systemd-networkd was already using pthreads.

Fixes systemd#5828.
@keszybz keszybz added the meson label Jun 21, 2017
@poettering poettering merged commit 4b57a27 into systemd:master Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants