Revert "libcurl.pc: make it relocatable"

This reverts commit 3862c37b63.

That fix should either be done differently or with an option.

Reported-by: asavah on github
Fixes #6157
Closes #6183
This commit is contained in:
Daniel Stenberg 2020-11-07 18:26:38 +01:00
parent fa6bbbe167
commit 259c70a930
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 5 additions and 363 deletions

View file

@ -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@"