aboutsummaryrefslogtreecommitdiff
path: root/scripts/libbrotlienc.pc.in
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/libbrotlienc.pc.in
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/libbrotlienc.pc.in')
-rw-r--r--scripts/libbrotlienc.pc.in2
1 files changed, 1 insertions, 1 deletions
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}