OpenIDC / liboauth2

OAuth 2.x and OpenID Connect C library
Apache License 2.0
105 stars 26 forks source link

Missing dependencies when statically linking. #34

Closed may-day closed 2 years ago

may-day commented 2 years ago

Hi, when building a shared object of mod_oauth2 with statically linked liboauth2 etc. i found that mod_oauth2 would not load in apache due to missing symbols from cjose and libcurl. I think those two libs should be added to liboauth2.pc.in (and openssl should probably be added as well).