remove -R switch from brotli .pc files

This commit is contained in:
alexey.lysiuk 2021-08-01 16:01:23 +03:00
parent d9a357de17
commit c2b33773ab
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: 1.0.9
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: 1.0.9
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: 1.0.9
Libs: -L${libdir} -R${libdir} -lbrotlienc
Libs: -L${libdir} -lbrotlienc
Requires.private: libbrotlicommon >= 1.0.2
Cflags: -I${includedir}