[Buildroot] [Bug 10326] mesa3d package fails to build when BR2_SHARED_STATIC_LIBS=y

bugzilla at busybox.net bugzilla at busybox.net
Wed Sep 27 08:13:57 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=10326

--- Comment #4 from Frederic MATHIEU <frederic.mathieu at dualis.com> ---
I do understand that the package mesa3d does not support static libraries, but
others packages do. BR2_SHARED_STATIC_LIBS is global to all buildroot packages.
So if the Mesa package does support this feature, it must be deactivated only
for it. This is why the following code works very well:


ifeq ($(BR2_SHARED_STATIC_LIBS),y)
MESA3D_CONF_OPTS += --disable-static
endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list