]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libcgi: add patch to fix static library building
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Sep 2017 13:30:09 +0000 (15:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Sep 2017 13:30:09 +0000 (15:30 +0200)
commit36cbff3ea53030923cd352f42d2e26e7450a512c
treeeaa46c553bbe6a2ad98777b6579401f4de91e1fd
parent3c32ead07479285c72c0b94885cbce1fc0a71456
libcgi: add patch to fix static library building

The new libcgi build system was forcing the build of a shared library,
breaking the build on static-only configurations. This commit adds a
libcgi patch (submitted upstream) that makes its build system use the
default CMake behavior (rely on BUILD_SHARED_LIBS).

Fixes:

  http://autobuild.buildroot.net/results/c166aa1eda9d86083a1aeefd8631ed45dbcb05e7/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libcgi/0002-CMakeLists.txt-don-t-force-the-build-of-a-shared-lib.patch [new file with mode: 0644]