-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 FreeBSD compilation #643
Conversation
ysangkok
commented
Sep 12, 2015
- Do not use copy-dt-needed-entries for FreeBSD
- Do not link libdl on FreeBSD
- Use pkg-config
- Can't assume SOL_LOCAL is defined
Do not use copy-dt-needed-entries for FreeBSD Do not link libdl on FreeBSD Use pkg-config Can't assume SOL_LOCAL is defined
@edolstra , any comments on this? |
i've tried to install this with the following steps:
that errored with:
were any of the above steps wrong? should i try this differently? |
i retried the above by actually following my own notes that (luckily) made in #304 but i still never got past i forgot to mention above that i also already had an error when running autoconf:
perhaps that is relevant? |
@tomster |
@lethalman yes, i did. here's the list of installed packages in the jail:
|
@tomster Please follow the build instructions. It should work if you use the bundled |
@tomster Also you should make sure ./configure is executed with Bash (e.g. by running |
Pull request #657 is better. |
FTR i tried the bootstrap approach in the linked build instructions. after installing however, running
|
fix boot config, correctly enable wlan firmware, update config link