]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
rpm: disable static build support
authorJames Knight <james.knight@rockwellcollins.com>
Mon, 9 Jan 2017 14:08:17 +0000 (09:08 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Jan 2017 10:34:39 +0000 (23:34 +1300)
commitcc89b6f39f73bd4dd937f2089cbbcff7d0d82277
treecc0e62638499d3d162f270a00f728686dfad4130
parent878dc8cc9b9d774bc7821156af3cd838c435453b
rpm: disable static build support

The RPM package requires dynamic linking support (dlfcn.h) for its
capabilities related to plugins (and possibly more). The following
commit adds a dependency to !BR2_STATIC_LIBS.

Signed-off-by: James Knight <james.knight@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/rpm/Config.in