aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas.ru@gmail.com>2020-09-02 11:38:26 +0200
committerGitHub <noreply@github.com>2020-09-02 11:38:26 +0200
commit09b0992b6acb7faa6fd3b23f9bc036ea117230fc (patch)
tree03604cd8df75c9865ce23db770b8767fe3dbe8e7 /scripts
parent0545759b2ed9b69e3f21fd0ac954bee78f3104b6 (diff)
downloadbrotli-09b0992b6acb7faa6fd3b23f9bc036ea117230fc.zip
brotli-09b0992b6acb7faa6fd3b23f9bc036ea117230fc.tar.gz
brotli-09b0992b6acb7faa6fd3b23f9bc036ea117230fc.tar.bz2
Revert "Add runtime linker path to pkg-config files (#740)" (#838)
This reverts commit 31754d4ffce14153b5c2addf7a11019ec23f51c1.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/libbrotlicommon.pc.in2
-rw-r--r--scripts/libbrotlidec.pc.in2
-rw-r--r--scripts/libbrotlienc.pc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/libbrotlicommon.pc.in b/scripts/libbrotlicommon.pc.in
index 10ca969..2a8cf7a 100644
--- a/scripts/libbrotlicommon.pc.in
+++ b/scripts/libbrotlicommon.pc.in
@@ -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}
diff --git a/scripts/libbrotlidec.pc.in b/scripts/libbrotlidec.pc.in
index e7c3124..6f8ef2e 100644
--- a/scripts/libbrotlidec.pc.in
+++ b/scripts/libbrotlidec.pc.in
@@ -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}
diff --git a/scripts/libbrotlienc.pc.in b/scripts/libbrotlienc.pc.in
index 4dd0811..2098afe 100644
--- a/scripts/libbrotlienc.pc.in
+++ b/scripts/libbrotlienc.pc.in
@@ -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}