]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Sep 2007 20:56:50 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmp-dlopen-fix.patch -> 1.3
    net-snmp-python-includes.patch -> 1.2

net-snmp-dlopen-fix.patch [deleted file]
net-snmp-python-includes.patch [deleted file]

diff --git a/net-snmp-dlopen-fix.patch b/net-snmp-dlopen-fix.patch
deleted file mode 100644 (file)
index b76649b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- net-snmp-5.1/configure.in.orig     2003-05-17 15:51:58.000000000 +0200
-+++ net-snmp-5.1/configure.in  2003-05-17 17:26:14.000000000 +0200
-@@ -1423,8 +1423,7 @@
- # Replace `main' with a function in -lkvm:
- AC_CHECK_LIB(kvm, kvm_read)
- # DYNAMIC MODULE SUPPORT
--AC_CHECK_LIB(dl, dlopen)
--AC_CHECK_FUNCS(dlopen)
-+AC_CHECK_LIB(dl, dlopen, [AC_DEFINE([HAVE_DLOPEN],,[dlopen function])])
- AC_CHECK_FUNCS(kvm_openfiles nlist knlist kvm_getprocs)
- echo "$with_mib_modules" | grep "ucd-snmp/diskio" >/dev/null
diff --git a/net-snmp-python-includes.patch b/net-snmp-python-includes.patch
deleted file mode 100644 (file)
index c7d3793..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 )
-        ]
This page took 0.032733 seconds and 4 git commands to generate.