On Mon, Feb 06, 2023 at 11:15:54AM +0000, Klemens Nanni wrote:
> 06.02.2023 10:31, Landry Breuil пишет:
> > ah, i think i found it..
> >
> > ./flatgeobuf/include/flatbuffers/base.h: // Check for absl::string_view
> > ./flatgeobuf/include/flatbuffers/base.h: #elif
> > __has_include("absl/strings/string_view.h")
> > ./flatgeobuf/include/flatbuffers/base.h: #include
> > "absl/strings/string_view.h"
> > ./flatgeobuf/include/flatbuffers/base.h: typedef absl::string_view
> > string_view;
>
> Exactly.
>
> > it comes from flatgeobuf support. Guess this has to be patched out to
> > make sure absl isnt picked randomly at build time if found.
>
> That's another possibility.
> Adding abseil as dependency makes sure it is picked up reliably so.
>
> Your call which way to go.
A BDEP isn't too intrusive imho if it can prevent patching.
--
Antoine