Include -lgmp in the pkg-config file when building with gnutls
commit95184863fb7b84802a6dcd1bbffd3a6a6f5bd044
authorMartin Storsjo <martin@martin.st>
Mon, 23 Sep 2013 19:45:29 +0000 (23 22:45 +0300)
committerMartin Storsjo <martin@martin.st>
Mon, 23 Sep 2013 19:49:58 +0000 (23 22:49 +0300)
tree148ce8393e6486b7e1e73bc4d48ece3c6f044c46
parent0d44da9f5f5a4aa7cd64566c64d89d2fb392e3ef
Include -lgmp in the pkg-config file when building with gnutls

This is required when a user of librtmp is linking statically to
librtmp (when it is built with gnutls support).

Ideally everything of the Requires line should be in
Requires.private, and -lgmp would go into Libs.private - but if
only building a static lib, they should go where they are right
now instead. Keeping all of this where it is right now, for now,
for simplicity.
librtmp/Makefile
librtmp/librtmp.pc.in