forked from samtools/samtools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always link with -rdynamic/-ldl [hack]
As a quick hack to make plain "make" work in both typical HTSlib scenarios (plain HTSlib; HTSlib configured with --enable-plugins), add -rdynamic and -ldl to link commands ALWAYS. In future, we would prefer to communicate the exact linking needs from HTSlib via perhaps htslib.pc and/or more configure delving. Introduce $(ALL_LIBS), which will outlast this hack being reverted.
- Loading branch information
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters