# HG changeset patch # User Pascal Bellard # Date 1487177825 -3600 # Node ID 36df580eeec38798b173b02d5adbff2f93994744 # Parent 40925f93fd9edc787a555590a0d8fee73a978c2d podofo: disble lua diff -r 40925f93fd9e -r 36df580eeec3 podofo/receipt --- a/podofo/receipt Wed Feb 15 16:28:50 2017 +0100 +++ b/podofo/receipt Wed Feb 15 17:57:05 2017 +0100 @@ -18,6 +18,7 @@ { cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \ -DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \ + -DPODOFO_HAVE_LUA=FALSE \ -DPODOFO_BUILD_STATIC:BOOL=TRUE \ -DPODOFO_BUILD_SHARED:BOOL=TRUE . && make && diff -r 40925f93fd9e -r 36df580eeec3 python-llfuse/receipt --- a/python-llfuse/receipt Wed Feb 15 16:28:50 2017 +0100 +++ b/python-llfuse/receipt Wed Feb 15 17:57:05 2017 +0100 @@ -17,9 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && - python setup.py test && python setup.py install --root=$DESTDIR }