package/yaml-cpp: build shared library if needed
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 21 Apr 2020 18:35:43 +0000 (20:35 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Apr 2020 19:36:15 +0000 (21:36 +0200)
commit4f2ba910b519a195622ccc56a8fe6c04995524e7
tree07ee0645e23c5cc38a3669bc70a1a297efb26c27
parent036efac5bc6146fb2638fc302159bac8e645ffd9
package/yaml-cpp: build shared library if needed

yaml-cpp builds only a static library by default, this will raise a
build failure with upcoming mongodb 4.2.x as reported by Ryan Barnett
due to mongodb linking with a static library that obviously will miss
-fPIC

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/yaml-cpp/yaml-cpp.mk