wok-stable diff psyco/receipt @ rev 7219

Fixed talloc and talloc-dev. Added soft links for libtalloc.so.2.0.1 and libtalloc-compat1.so.2.0.1 so there link to samba.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 10 23:53:15 2010 +0000 (2010-11-10)
parents 15950b83bce6
children
line diff
     1.1 --- a/psyco/receipt	Mon May 25 01:25:17 2009 +0200
     1.2 +++ b/psyco/receipt	Wed Nov 10 23:53:15 2010 +0000
     1.3 @@ -15,6 +15,10 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 +    # Fix opcodes for python 2.7
     1.8 +    sed -i -e 's/JUMP_IF_FALSE\([: )]\)/JUMP_IF_FALSE_OR_POP\1/' \
     1.9 +	   -e 's/JUMP_IF_TRUE\([: )]\)/JUMP_IF_TRUE_OR_POP\1/' \
    1.10 +		c/Python/pycompiler.c c/mergepoints.c
    1.11      python setup.py install --root=$PWD/_pkg
    1.12  }
    1.13