]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/libplist: fix static link
authorSamuel Martin <s.martin49@gmail.com>
Sun, 31 Aug 2014 19:55:17 +0000 (21:55 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 31 Aug 2014 20:49:31 +0000 (22:49 +0200)
commit8d7993654da0c5934e76fc56c54385c2e9ab813e
tree88e6136f29aac4d26aa32269a5243f09e9de1999
parent022a48280ac5defc47ca0345db38b298da10fe94
package/libplist: fix static link

- libplist depends on libm and optionally on zlib and libiconv (via
  libxml2), so add a patch fixing the build-system that way
- disable shared object build when BR2_PREFER_STATIC_LIB is set

Fixes:
  http://autobuild.buildroot.net/results/9a3/9a364e3d91634a2da2bc481da1dee0ad0e870941/

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libplist/libplist-0001-cmake-let-CMake-drives-the-library-type.patch [new file with mode: 0644]
package/libplist/libplist-0002-cmake-make-sure-the-libxml2-module-correctly-set-all.patch [new file with mode: 0644]