]> git.ipfire.org Git - thirdparty/gnutls.git/commit
configure.ac: add missing Libs.private for macOS
authorMarvin Scholz <epirat07@gmail.com>
Wed, 23 Feb 2022 18:03:51 +0000 (19:03 +0100)
committerMarvin Scholz <epirat07@gmail.com>
Wed, 23 Feb 2022 18:05:19 +0000 (19:05 +0100)
commitc19cb93d492e45141bfef9b926dfeba36003261c
tree79e450ea0f74456ade7d6efad0314cb6b5864b0d
parent94077fa2993a3400b18229dae6eb816ede53f253
configure.ac: add missing Libs.private for macOS

On macOS the CoreFoundation and Security frameworks are used by
GnuTLS, however those were missing in the Libs.private in the .pc
resulting in link failures with static builds when relying on the
output of pkg-config --static.

Signed-off-by: Marvin Scholz <epirat07@gmail.com>
configure.ac