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

libmarkdown shared library doesn't honor system LDFLAGS #228

Closed
antonio-rojas opened this issue Aug 27, 2020 · 2 comments
Closed

libmarkdown shared library doesn't honor system LDFLAGS #228

antonio-rojas opened this issue Aug 27, 2020 · 2 comments

Comments

@antonio-rojas
Copy link

The executables are built with the LDFLAGS from the environment, but the libmarkdown.so shared library does not honor them.

@Orc
Copy link
Owner

Orc commented Aug 27, 2020

Can you elaborate on the problem, because I'm not sure what you mean?

@antonio-rojas
Copy link
Author

The LINK macro used when building the executables from
https://github.com/Orc/discount/blob/main/Makefile.in#L11
uses the LDFLAGS from the environment..

But the librarian.sh script used to build the libmarkdown library ignores the system LDFLAGS, so they are not applied when building the shared library.

@Orc Orc closed this as completed in 55cea9c Oct 10, 2020
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

No branches or pull requests

2 participants