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 build of binaries without static library #862

Merged
merged 1 commit into from
May 31, 2018
Merged

Fix build of binaries without static library #862

merged 1 commit into from
May 31, 2018

Conversation

ffontaine
Copy link
Contributor

Instead of adding "libyara/.libs/libyara.a" to xxx_LDADD, use
"-Llibyara/.libs -lyara" so binaries will link with dynamic version of
library if this is the only version available

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Instead of adding "libyara/.libs/libyara.a" to xxx_LDADD, use
"-Llibyara/.libs -lyara" so binaries will link with dynamic version of
library if this is the only version available

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
@plusvic plusvic merged commit bcd3f56 into VirusTotal:master May 31, 2018
tarterp pushed a commit to mandiant/yara that referenced this pull request Mar 31, 2022
Instead of adding "libyara/.libs/libyara.a" to xxx_LDADD, use
"-Llibyara/.libs -lyara" so binaries will link with dynamic version of
library if this is the only version available

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
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