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

Configure refactor #1498

Merged
merged 3 commits into from Jan 8, 2012
Merged

Configure refactor #1498

merged 3 commits into from Jan 8, 2012

Commits on Jan 8, 2012

  1. refactor of configure

    To reduce the duplication of compile code a function was introduced for
    the compile job and the log entries.
    Gibheer committed Jan 8, 2012
    Configuration menu
    Copy the full SHA
    1fe357e View commit details
    Browse the repository at this point in the history
  2. detect the correct libc.so on unix

    On some unix derivates was the problem, that libc.so.6 was not found.
    They have libc.so.7 or libc.so.1 (freebsd, solaris) and therefore using
    the ffi bindings was not possible.
    
    With this change the libc is detected and set accordingly.
    Gibheer committed Jan 8, 2012
    Configuration menu
    Copy the full SHA
    3f494fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    189b3a6 View commit details
    Browse the repository at this point in the history