1. 16 5月, 2014 15 次提交
  2. 15 5月, 2014 23 次提交
  3. 14 5月, 2014 1 次提交
  4. 13 5月, 2014 1 次提交
    • 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