X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=net-snmp-use-rpm-hrmib.patch;h=d7cc4381200ad3616650c40a31afdf3e1c8c6f06;hb=c3c768527e0fa7110927eb149e2df13f64e2e4d2;hp=90427ec2df3b3c1d9273f13f5f39f97944326ccc;hpb=39132f8f31f336839c81dd7898c63f427dfefa12;p=packages%2Fnet-snmp.git diff --git a/net-snmp-use-rpm-hrmib.patch b/net-snmp-use-rpm-hrmib.patch index 90427ec..d7cc438 100644 --- a/net-snmp-use-rpm-hrmib.patch +++ b/net-snmp-use-rpm-hrmib.patch @@ -115,12 +115,12 @@ /* * all platforms use this generic code */ -@@ -24,7 +28,7 @@ - config_require(host/data_access/swinst_darwin) +@@ -29,7 +29,7 @@ + config_require(host/data_access/swinst_apt) #elif defined( HAVE_LIBRPM ) && defined( linux ) config_require(host/data_access/swinst_rpm) --#elif defined( HAVE_PKGLOCS_H ) || defined( hpux9 ) || defined( hpux10 ) || defined( hpux11 ) || defined( freebsd2 ) -+#elif defined( HAVE_PKGLOCS_H ) || defined( RPM_HRMIB_PATH ) || defined( hpux9 ) || defined( hpux10 ) || defined( hpux11 ) || defined( freebsd2 ) +-#elif defined( HAVE_PKGLOCS_H ) || defined( hpux9 ) || defined( hpux10 ) || defined( hpux11 ) || defined( freebsd2 ) || defined( linux ) || defined( openbsd ) ++#elif defined( HAVE_PKGLOCS_H ) || defined( RPM_HRMIB_PATH ) || defined( hpux9 ) || defined( hpux10 ) || defined( hpux11 ) || defined( freebsd2 ) || defined( linux ) || defined( openbsd ) config_require(host/data_access/swinst_pkginfo) #else config_warning(This platform does not yet support hrSWInstalledTable rewrites)