Skip to content

pkg-config shouldn't add libsrtp2.so to the link flags #47

@yurivict

Description

@yurivict
$ pkg-config --libs jrtplib
-L/usr/local/lib -ljrtp /usr/local/lib/libsrtp2.so 

Only binaries that immediately use the library should be linked with it. So /usr/local/lib/libjrtp.so.3.11.1 should be linked with /usr/local/lib/libsrtp2.so, but binaries that use /usr/local/lib/libjrtp.so shouldn't be linked with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions