]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- net-snmp-python-includes.patch: missing include dirs auto/th/net-snmp-5_4-2
authorqrczak <qrczak@pld-linux.org>
Tue, 23 Jan 2007 18:26:17 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 2

Changed files:
    net-snmp-python-includes.patch -> 1.1
    net-snmp.spec -> 1.88

net-snmp-python-includes.patch [new file with mode: 0644]
net-snmp.spec

diff --git a/net-snmp-python-includes.patch b/net-snmp-python-includes.patch
new file mode 100644 (file)
index 0000000..c7d3793
--- /dev/null
@@ -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 )
+        ]
index 18d377c756dd673f05272944e72fc2bcd8574c1a..6364bc11ac9b0a26fe4171293293f38c78ab9251 100644 (file)
@@ -11,7 +11,7 @@ Summary(ru):  
 Summary(uk):   îÁ¦ҠÕÔÉ̦ԠÄÌÑ ÐÒÏÔÏËÏÌÕ SNMP ×¦Ä UC-Davis
 Name:          net-snmp
 Version:       5.4
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/net-snmp/%{name}-%{version}.tar.gz
@@ -35,6 +35,7 @@ Patch7:               %{name}-kernel_headers.patch
 Patch8:                %{name}-rpmpath.patch
 Patch9:                %{name}-snmpksm.patch
 Patch10:       %{name}-python.patch
+Patch11:       %{name}-python-includes.patch
 URL:           http://www.net-snmp.org/
 BuildRequires: autoconf >= 2.57-3
 BuildRequires: automake
@@ -392,6 +393,7 @@ SNMP dla trzech wersji tego protoko
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 %{__libtoolize}
This page took 0.299326 seconds and 4 git commands to generate.