Closed abbra closed 3 years ago
@zandbelt thanks. I am working on the spec file and later adding the packages to Fedora. Are you interested in merging the spec file as well?
I'm keeping packaging related files for various distributions separate from the source code. I'd be interested to have a link to it though.
@zandbelt my current build is in https://copr.fedorainfracloud.org/coprs/abbra/oauth2-support/build/2139903/. This does not include integration with redis and memcached because tests fail when I run them during the build. Also, memcache and redis support are compiled in into the liboauth2 which makes it harder to use in the environment where both memcache and redis aren't expected to be present.
FYI. I've got liboauth2 approved for Fedora and pushed updates to F32-F35 (Rawhide now): https://bodhi.fedoraproject.org/updates/?search=liboauth2 They should appear in the update-testing repositories for the corresponding releases in couple days.
On Fedora, when building Apache module support, it is not enough to get APR CFLAGS, we need also APXS include details. Use APXS tool directly.
Signed-off-by: Alexander Bokovoy abokovoy@redhat.com