summaryrefslogtreecommitdiffstats
path: root/package/python-jinja2/python-jinja2.hash
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-11-30 12:42:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-30 23:59:24 +0100
commitac1ac9e628a405e62e4eccb12010c3e364ed1053 (patch)
tree2bed4c0e59c462e989c89ac1fc3cf5a9e954b917 /package/python-jinja2/python-jinja2.hash
parent514d7cab61ce908d567a1144efa02b3352480196 (diff)
downloadbuildroot-ac1ac9e628a405e62e4eccb12010c3e364ed1053.tar.gz
buildroot-ac1ac9e628a405e62e4eccb12010c3e364ed1053.zip
package/shairport-sync: fix static builds
Because shairport-sync uses AC_CHECK_LIB to find some of the needed libraries (opensl, alsa, popt...), it fails to bring in the dependencies of those libraries; for example, -lssl requires -lz. When doing a dynamically-linked build, those dependent libraries are pulled in thanks to the DT_NEEDED ELF tags, but those are not available in static libraries. Use PKG_CHECK_MODULES instead of AC_CHECK_LIB, and emulate the results of AC_CJECK_LIB (i.e. set the HAVE_LIBxxx and the LIBS variable appropriately) to minimise the amount of code touched. This should fix: http://autobuild.buildroot.net/results/1a5/1a56dbff3583bed0d693508dfc16859086846ecd/ http://autobuild.buildroot.net/results/6d5/6d5a8157592f7a2c9469bf71b0453796ef982ab1/ At the same time, remove a comment at the end of a variable assignment, since this has proven to cause some problems. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jörg Krause <jkrause@posteo.de> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-jinja2/python-jinja2.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud