[OpenSIPS-Devel] [OpenSIPS/opensips] e4065a: httpd: fix feature detection for older libraries

Răzvan Crainea noreply at github.com
Thu Aug 19 13:02:29 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: e4065aaf3734409e05b59954057be4fed5d2479d
      https://github.com/OpenSIPS/opensips/commit/e4065aaf3734409e05b59954057be4fed5d2479d
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M modules/httpd/httpd.c

  Log Message:
  -----------
  httpd: fix feature detection for older libraries

Feature detection has been added in version 0.9.35, thus we can't
compile older version. However, when running cross compiling, we might
compile aginst an older version, but run with a newer one - that's why
we'd rather do the version detection at runtime - that's what this
commit does.





More information about the Devel mailing list