Revert "Add runtime linker path to pkg-config files (#740)" (#838)

This reverts commit 31754d4ffc.
This commit is contained in:
Eugene Kliuchnikov 2020-09-02 11:38:26 +02:00 committed by GitHub
parent 0545759b2e
commit 09b0992b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@ Name: libbrotlicommon
URL: https://github.com/google/brotli
Description: Brotli common dictionary library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -R${libdir} -lbrotlicommon
Libs: -L${libdir} -lbrotlicommon
Cflags: -I${includedir}

View File

@ -7,6 +7,6 @@ Name: libbrotlidec
URL: https://github.com/google/brotli
Description: Brotli decoder library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -R${libdir} -lbrotlidec
Libs: -L${libdir} -lbrotlidec
Requires.private: libbrotlicommon >= 1.0.2
Cflags: -I${includedir}

View File

@ -7,6 +7,6 @@ Name: libbrotlienc
URL: https://github.com/google/brotli
Description: Brotli encoder library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -R${libdir} -lbrotlienc
Libs: -L${libdir} -lbrotlienc
Requires.private: libbrotlicommon >= 1.0.2
Cflags: -I${includedir}