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 to not explicitely link against ncurses #5

Merged

Conversation

morfoh
Copy link
Contributor

@morfoh morfoh commented Feb 27, 2012

There is no need to explicitely link against libncurses because linking against
libreadline will pull in the libraries it depends on.
One should also note, that ncurses libraries can be build seperately, which
means that readline (if configured to use curses instead of termcap) will be
only linked against libtinfo.

There is no need to explicitely link against libncurses because linking against
libreadline will pull in the libraries it depends on.
One should also note, that ncurses libraries can be build seperately, which
means that readline (if configured to use curses instead of termcap) will be
only linked against libtinfo.
@akheron akheron closed this Feb 29, 2012
akheron added a commit that referenced this pull request Feb 29, 2012
…97cf5

fix to not explicitely link against ncurses
@akheron akheron merged commit 80dba6c into djerius:lua-5.1.4 Feb 29, 2012
@akheron
Copy link
Collaborator

akheron commented Feb 29, 2012

Merged, thanks!

@morfoh
Copy link
Contributor Author

morfoh commented Feb 29, 2012

You are welcome! ;)

I have 3 more commits within my forked repository majorly improving the installation of documentation when calling make install (most probably not that important for people building from spec files but for those relying on make install)

Cheers
Chris

@akheron
Copy link
Collaborator

akheron commented Mar 1, 2012

Yeah, those changes look good to me, too. Could you squash them to a single commit and send a pull request?

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