Commits

Ryan Schmidt authored cb14c7c3a2a
py-pylibelf: Add libelf dependency
No tags

python/py-pylibelf/files/setup.diff

Modified
61 61 GElf_Half e_type # Object file type
62 62 diff -r 81d39db22cbd setup.py
63 63 --- a/setup.py Thu Sep 15 19:29:00 2011 +0100
64 64 +++ b/setup.py Fri Sep 16 15:34:40 2011 -0400
65 65 @@ -117,7 +117,8 @@
66 66 ext_modules = [
67 67 Extension('pylibelf.libelf', [source],
68 68 depends=_libelf_depends,
69 69 - libraries=['elf']),
70 70 + libraries=['elf'],
71 -+ include_dirs=['@@PREFIX@@/include'])
71 ++ include_dirs=['@@PREFIX@@/include'])
72 72 ]
73 73
74 74 setup(

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut