]> git.pld-linux.org Git - packages/net-snmp.git/blob - net-snmp-python-includes.patch
- rel 4
[packages/net-snmp.git] / net-snmp-python-includes.patch
1 --- net-snmp-5.4/python/setup.py~       2006-09-22 16:58:37.000000000 +0200
2 +++ net-snmp-5.4/python/setup.py        2007-01-23 18:35:16.000000000 +0100
3 @@ -20,6 +20,7 @@
4  
5      ext_modules = [
6         Extension("netsnmp.client_intf", ["netsnmp/client_intf.c"],
7 +                 include_dirs=["../include"],
8                   library_dirs=libdirs,
9                   libraries=libs )
10         ]
This page took 1.05749 seconds and 3 git commands to generate.