~ubuntu-branches/ubuntu/edgy/net-snmp/edgy-updates

« back to all changes in this revision

Viewing changes to perl/SNMP/SNMP.xs

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-03-31 04:21:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050331042137-z0vw1grslj6cek9k
Tags: 5.1.2-6ubuntu2
Apply safe-but-hackish patch by Henrique de Moraes Holschuh to
fix the libdir in libsnmp5-dev's .la files (Ubuntu bug #8393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2859
2859
              }
2860
2860
           }
2861
2861
        } else {
2862
 
           if (verbose) warn("reading MIB: %s [%s:%s]\n", mib_file, DEFAULT_MIBDIRS, DEFAULT_MIBS);
 
2862
           if (verbose) warn("reading MIB: %s\n", mib_file);
2863
2863
           if (strcmp("ALL",mib_file))
2864
2864
              read_mib(mib_file);
2865
2865
           else
4654
4654
        int val
4655
4655
        CODE:
4656
4656
        {
4657
 
           netsnmp_ds_toggle_boolean(NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_MIB_REPLACE);
 
4657
            netsnmp_ds_set_boolean(NETSNMP_DS_LIBRARY_ID,
 
4658
                                   NETSNMP_DS_LIB_MIB_REPLACE, val);
4658
4659
        }
4659
4660
 
4660
4661
void