Package: radare2-bindings / 0.9-1

Metadata

Package Version Patches format
radare2-bindings 0.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add vapi path to gear makefile.patch | (download)

gear/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 add vapi path to gear makefile
 This patch adds the vapi path to the gear Makefile to
 get it building without installed r2 vapi files.
use python 2.7.patch | (download)

python/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use python 2.7
 use python2.7 headers
do not link against libpython.patch | (download)

rules.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch avoids linking against libpython
 From Debian's Python Policy, Chapter 2.1:
 .
 Some distributions link extensions to libpython, but this is
 not the case in Debian as symbols might as well be resolved
 by /usr/bin/pythonX.Y which is not linked to libpython.