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

Prefix fix #2

Merged
1 commit merged into from Feb 25, 2011
Merged

Prefix fix #2

1 commit merged into from Feb 25, 2011

Commits on Feb 19, 2011

  1. Let DESTDIR and LIBDIR override prefix and libdir

    The following used to fail:
    
      ./configure --prefix=/tmp/libiscsi
      make install
    
    This was because DESTDIR was unconditionally used in Makefile.in.
    Instead, use the prefix from ./configure unless overriden by DESTDIR
    and/or LIBDIR.
    
    Note that this commit drops ldconfig from the Makefile but I'm not sure
    this is wanted outside of packaging anyway.
    
    Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
    stefanha committed Feb 19, 2011
    Copy the full SHA
    7ed8707 View commit details
    Browse the repository at this point in the history