Uploaded image for project: 'PHP Driver: Extension'
  1. PHP Driver: Extension
  2. PHPC-1497

Introduce new configure switch to use system libraries

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.7.0
    • Affects Version/s: None
    • Component/s: None
    • None

      We currently use --with-libbson and --with-libmongoc to switch from using bundled versions of the libraries to system ones. However, these switches need to use the same value; compiling with system libbson and bundled libmongoc is not supported. To avoid adding a third switch for libmongocrypt, we re-use the --with-libbson value when deciding how to compile libmongocrypt.

      To future-proof these switches, the new --with-system-libs (default no) will take precedence over the old --with-libbson and --with-libmongoc switches. These can be removed in a 2.0 release.

            Assignee:
            andreas.braun@mongodb.com Andreas Braun
            Reporter:
            andreas.braun@mongodb.com Andreas Braun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: