Skip to content

Adjust linking order of libmemcached{,util}#365

Merged
esabol merged 1 commit intogearman:masterfrom
sergiodj:link-order-libmemcachedutil
Jun 18, 2023
Merged

Adjust linking order of libmemcached{,util}#365
esabol merged 1 commit intogearman:masterfrom
sergiodj:link-order-libmemcachedutil

Conversation

@sergiodj
Copy link

libmemcachedutil depends on libmemcached, and as such it should be
specified first in the command-line when linking. Not doing so can
result in build failures in certain scenarios.

Ref.: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031450

libmemcachedutil depends on libmemcached, and as such it should be
specified first in the command-line when linking.  Not doing so can
result in build failures in certain scenarios.

Ref.: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031450

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
Copy link
Member

@esabol esabol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of surprising that we haven't seen this until now. Change is minor and makes sense. All CI tests pass. Approved!

@esabol esabol merged commit e26a026 into gearman:master Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants