diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-05-04 00:34:14 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-04 17:08:41 +0200 |
commit | a598a7109c3b518898f38b433f865801d1c1163f (patch) | |
tree | 091af0b62f6fb026c18a8e007cc945eedb0870a2 /package/python-ipython/python-ipython.hash | |
parent | 15a31470b0381fc0a77cafbc5ed63c8578a163ff (diff) | |
download | buildroot-a598a7109c3b518898f38b433f865801d1c1163f.tar.gz buildroot-a598a7109c3b518898f38b433f865801d1c1163f.zip |
tinyxml2: fix build in static libs configuration
tinyxml2 can build both static and shared libraries. By default, only
shared library is built. Shared/static builds are controlled using
separate cmake flags BUILD_SHARED_LIBS and BUILD_STATIC_LIBS.
In static libs configuration, we internally pass -DBUILD_SHARED_LIBS=OFF
cmake flag to build system which disables both shared and static builds
of library, resulting in failures while linking executable with library.
So pass -DBUILD_STATIC_LIBS=ON cmake flag in case of static libs
configuration.
fixes:
http://autobuild.buildroot.net/results/d30/d301bcbe5db26068b35eaa94bd816ae8cf8ef2e1
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ipython/python-ipython.hash')
0 files changed, 0 insertions, 0 deletions