digitalocean / prometheus-client-c

A Prometheus Client in C
Other
160 stars 79 forks source link

AIX 7.x build #80

Open K1ll-9 opened 1 year ago

K1ll-9 commented 1 year ago

Fixed build issues when compiling on AIX 7.x systems.

1/ cmake -v flag migrated to --log-level=VERBOSE into autolib/build.sh

2/ link flag -latomic is needed on AIX. Tested ok on ubuntu and macOS 13

3/ included PL #79 the PROM_MHD_RESULT return for promhttp_handler()

4/ included PL #71 for macOS build.

Did not test the CI.