1. 15 5月, 2014 11 次提交
  2. 14 5月, 2014 1 次提交
  3. 13 5月, 2014 3 次提交
    • Travis Cross's avatar
      Avoid polluting CFLAGS for mod_snmp · b263201a
      Travis Cross 提交于
      Putting `net-snmp-config --cflags` into CFLAGS causes major pollution;
      it overrides optimization and debugging levels, warnings, and more.
      While normally we do want to automatically locate library headers,
      there has to be a better way to do this.  libsnmp is normally in the
      usual place and doesn't need special handling.  Perhaps people with
      libsnmp in a weird place should just need to add the -I flag to their
      CFLAGS before build.
      b263201a
    • Travis Cross's avatar
      Cleanup makefile library dependencies of mod_snmp · 94ec447e
      Travis Cross 提交于
      Calling out to net-snmp-config --agent-libs causes transitive
      dependencies to get pulled in, but we don't need those -- a sensible
      dynamic linker pulls those in automatically.  Trying to track the
      transitive dependencies manually would be a losing battle.
      
      People were recently hitting this on Debian sid/jessie, where libpci
      is in the transitive dependency list but isn't otherwise one of our
      build dependencies.
      94ec447e
    • Giovanni Maruzzelli's avatar
      cbe6f74f
  4. 12 5月, 2014 4 次提交
  5. 11 5月, 2014 2 次提交
  6. 10 5月, 2014 1 次提交
  7. 09 5月, 2014 6 次提交
  8. 08 5月, 2014 12 次提交