Skip to content

Propagate linker flags for kqueue and pthread_workqueue #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2015

Conversation

dgrove-oss
Copy link
Contributor

If libdispatch is using functions found in libkqueue or
libpthread_workqueue, then we want libdispatch.so to
depend on those libraries so we don't have to specify
them explictly in the application linking command.
This change does that by adding KQUEUE_LIBS and
PTHREAD_WORKQUEUE_LIBS to the linking command for libdispatch.la
and exposing HAVE_PTHREAD_WORKQUEUE as a variable to automake.

If libdispatch is using functions found in libkqueue or
libpthread_workqueue, then we want libdispatch.so to
depend on those libraries so we don't have to specify
them explictly in the application linking command.
This change does that by adding KQUEUE_LIBS and
PTHREAD_WORKQUEUE_LIBS to the linking command for libdispatch.la
and exposing HAVE_PTHREAD_WORKQUEUE as a variable to automake.
MadCoder added a commit that referenced this pull request Dec 15, 2015
Propagate linker flags for kqueue and pthread_workqueue
@MadCoder MadCoder merged commit b2ccfeb into swiftlang:master Dec 15, 2015
@dgrove-oss dgrove-oss deleted the autoconf-lib-search-take3 branch January 11, 2016 16:58
das pushed a commit that referenced this pull request Jun 14, 2016
Propagate linker flags for kqueue and pthread_workqueue

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
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