[Buildroot] [PATCH] package/flatbuffers: do not install to target

Mika Blanc mika.blanc at gmail.com
Tue Feb 26 19:41:29 UTC 2019


Le lun. 25 févr. 2019 à 22:11, Thomas Petazzoni <
thomas.petazzoni at bootlin.com> a écrit :

> I see a shared library on the target:
>
> └── usr
>     ├── bin
>     │   └── flatc
>     ├── lib
>     │   ├── libflatbuffers.so -> libflatbuffers.so.1
>     │   ├── libflatbuffers.so.1 -> libflatbuffers.so.1.9.0
>     │   ├── libflatbuffers.so.1.9.0
>
> so it doesn't quite match with what your commit log says. Are you sure
> you were not building with BR2_STATIC_LIBS=y ?
>
I'm actually building with the default behavior, so shared libs only by
default. I was mistaken in my commit message, I didn't check for the
presence of a shared library. Flatbuffers is not supposed to be used with
dynamic linking, despite it being possible. Maybe the patch should be
dropped then.

Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190226/8989e24c/attachment-0002.html>


More information about the buildroot mailing list