disabled json, libjansson is installed but it doesnt find it. leck mich halt

This commit is contained in:
git@daemon.de
2015-07-17 19:48:27 +02:00
parent 91502d63a1
commit 47614875ea

View File

@@ -46,7 +46,7 @@ before_install:
#
# python bindings runtime dependencies
- sudo apt-get update -qq
- sudo apt-get install python-pip texinfo libjansson-dev libjansson4
- sudo apt-get install python-pip texinfo
- git clone https://github.com/atgreen/libffi
- cd libffi
- ./autogen.sh
@@ -62,7 +62,7 @@ compiler:
- clang
- gcc
script:
- ./configure --enable-python-binding --with-json
- ./configure --enable-python-binding
- make
- make check
- make test