Skip to content
  1. Mar 23, 2010
  2. Mar 22, 2010
  3. Mar 21, 2010
  4. Mar 20, 2010
  5. Mar 19, 2010
  6. Mar 18, 2010
  7. Mar 17, 2010
    • Yang Tse's avatar
      · d9291eb4
      Yang Tse authored
      replaced intel compiler option -no-ansi-alias with -fno-strict-aliasing
      d9291eb4
    • Yang Tse's avatar
      · 8d6e8e00
      Yang Tse authored
      update outdated serial number
      8d6e8e00
  8. Mar 16, 2010
  9. Mar 15, 2010
  10. Mar 11, 2010
  11. Mar 10, 2010
  12. Mar 09, 2010
    • Yang Tse's avatar
      · a09be641
      Yang Tse authored
      watt32 compilation fix
      a09be641
  13. Mar 06, 2010
  14. Mar 05, 2010
  15. Mar 04, 2010
  16. Mar 02, 2010
    • Daniel Stenberg's avatar
      - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin and · 013d5a72
      Daniel Stenberg authored
        ran into some issues with the GSSAPI tests in configure.ac. The tests first
        try to determine the include dirs and libs and set CPPFLAGS and LIBS
        accordingly. It then checks for the headers and finally sets LIBS a second
        time, causing the libs to be included twice. The first setting of LIBS seems
        redundant and should be left out, since the first part is otherwise just
        about finding headers.
      
        My second issue is that 'krb5-config --libs gssapi' on Darwin is less than
        useless and returns junk that, while it happens to work with gcc, causes
        clang to choke. For example, --libs returns $CFLAGS along with the libs,
        which is really retarded. Simply setting 'LIBS="$LIBS -lgssapi_krb5
        -lresolv"' on Darwin is sufficient.
      013d5a72