Skip to content
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

fix dub builds for FreeBSD #1072

Merged
merged 1 commit into from
Feb 13, 2017
Merged

Conversation

MartinNowak
Copy link
Member

  • curl workaround was linking against shared phobos library on FreeBSD (shipped since 2.069)
  • fixed by moving pkg-config and LIBS stuff under <2.069.0 workaround

- curl workaround was linking against shared phobos library on FreeBSD (shipped since 2.069)
- fixed by moving pkg-config and LIBS stuff under <2.069.0 workaround
@MartinNowak
Copy link
Member Author

Actually running ./dub --version uncovered a sleeping bug in the FreeBSD distribution and now prevented me from building 2.073.1-b2. Because we're building tools with the recent stable compiler (2.072.2) and shared libraries from that aren't on LD_LIBRARY_PATH, dub couldn't run.

@MartinNowak
Copy link
Member Author

We should be able to remove that workaround soon.

@MartinNowak
Copy link
Member Author

Merging so I can build the beta.

@MartinNowak MartinNowak merged commit 0128995 into dlang:stable Feb 13, 2017
@MartinNowak MartinNowak deleted the static_freebsd branch February 13, 2017 13:40
@coveralls
Copy link

Coverage Status

Coverage remained the same at 61.602% when pulling e21352c on MartinNowak:static_freebsd into 2e7aeca on dlang:stable.

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