SOURCES: net-snmp-python-includes.patch (NEW) - net-snmp-python-in...

qrczak qrczak at pld-linux.org
Tue Jan 23 19:26:22 CET 2007


Author: qrczak                       Date: Tue Jan 23 18:26:22 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- net-snmp-python-includes.patch: missing include dirs
- Release 2

---- Files affected:
SOURCES:
   net-snmp-python-includes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/net-snmp-python-includes.patch
diff -u /dev/null SOURCES/net-snmp-python-includes.patch:1.1
--- /dev/null	Tue Jan 23 19:26:22 2007
+++ SOURCES/net-snmp-python-includes.patch	Tue Jan 23 19:26:17 2007
@@ -0,0 +1,10 @@
+--- net-snmp-5.4/python/setup.py~	2006-09-22 16:58:37.000000000 +0200
++++ net-snmp-5.4/python/setup.py	2007-01-23 18:35:16.000000000 +0100
+@@ -20,6 +20,7 @@
+ 
+     ext_modules = [
+        Extension("netsnmp.client_intf", ["netsnmp/client_intf.c"],
++                 include_dirs=["../include"],
+                  library_dirs=libdirs,
+                  libraries=libs )
+        ]
================================================================


More information about the pld-cvs-commit mailing list