Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMakeLists: Align PKGCONF_REQ_PRIVATE required versions #108

Merged
merged 1 commit into from Apr 3, 2019
Merged

CMakeLists: Align PKGCONF_REQ_PRIVATE required versions #108

merged 1 commit into from Apr 3, 2019

Commits on Apr 3, 2019

  1. CMakeLists: Align PKGCONF_REQ_PRIVATE required versions

    The minimum version requirements are a bit odd:  At build time of
    ulfius, libmicrohttpd ">= 0.9.51" is sufficient, but then a pkg-config
    file is installed stating "PKGCONF_REQ_PRIVATE > 0.9.51", i.e.
    explicitly excluding 0.9.51 itself.  The same is the case with gnutls
    and libmicrohttpd 0.9.53 in case of websockets.
    
    On the other hand, CPACK_DEBIAN_PACKAGE_DEPENDS again states ">=",
    so we had two instances where ">=" was sufficient, but only one where
    ">" was required.
    
    This matters on Debian stretch, where exactly version 0.9.51 of
    libmicrohttpd is packaged and hence ulfius builds and gets packaged,
    but then one cannot build any applications against ulfius.
    laf0rge committed Apr 3, 2019
    Copy the full SHA
    e895835 View commit details
    Browse the repository at this point in the history