summaryrefslogtreecommitdiff
path: root/libcurl.pc.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-07 18:26:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-09 09:13:06 +0100
commit259c70a9303eb65611441550d1cbe54d914356f8 (patch)
tree88eeea71676edbcb84611d2a664d42992f202b9e /libcurl.pc.in
parentfa6bbbe167873cd5a9d9c42714bf0d1a889c0e9b (diff)
downloadcurl-259c70a9303eb65611441550d1cbe54d914356f8.tar.gz
Revert "libcurl.pc: make it relocatable"
This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f. That fix should either be done differently or with an option. Reported-by: asavah on github Fixes #6157 Closes #6183
Diffstat (limited to 'libcurl.pc.in')
-rw-r--r--libcurl.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcurl.pc.in b/libcurl.pc.in
index cb4534a47..8ac15d407 100644
--- a/libcurl.pc.in
+++ b/libcurl.pc.in
@@ -23,10 +23,10 @@
# This should most probably benefit from getting a "Requires:" field added
# dynamically by configure.
#
-prefix=${pcfiledir}/@pkgconf_to_prefix@
-exec_prefix=${pcfiledir}/@pkgconf_to_exec_prefix@
-libdir=${exec_prefix}/@exec_prefix_to_libdir@
-includedir=${prefix}/@prefix_to_includedir@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
supported_protocols="@SUPPORT_PROTOCOLS@"
supported_features="@SUPPORT_FEATURES@"