1. 06 4月, 2010 1 次提交
    • J
      Revert "Link against libiconv on IRIX" · 8b5fe8c9
      Junio C Hamano 提交于
      Brandon Casey reports:
      
          Subject: Re: [PATCH] Link against libiconv on IRIX
          Date: Mon, 05 Apr 2010 11:45:32 -0500
          Message-Id: <1UypQMCHLT57SnjSQIM66RTkLalsvavG8xXoQJv4rEQ@cipher.nrlssc.navy.mil>
      
          This breaks compilation on IRIX 6.5.29m for me since there
          is no separate libiconv.so.
      
          What version of IRIX are you using?
      
          On my system, even the iconv utility doesn't link against
          a libiconv shared object.  It seems the iconv functionality is in libc.
      
             # ldd /usr/bin/iconv
      	       libc.so.1  =>    /usr/lib32/libc.so.1
      
          Could it be that you are using a third party iconv library?
          I've experienced this on another system and the problem was related
          to curl.  In that case, curl was linked against an external iconv and
          not the native library, so if I tried to build with curl support, I had
          to also build against the external iconv library.
      
      While we wait for an improved solution, revert the regression caused by
      21704227.
      8b5fe8c9
  2. 05 4月, 2010 3 次提交
  3. 04 4月, 2010 19 次提交
  4. 03 4月, 2010 4 次提交
  5. 02 4月, 2010 1 次提交
    • E
      Makefile: update defaults for modern Cygwin · a50dec22
      Eric Blake 提交于
      Now that Cygwin 1.7.x has enabled lots of new features, and Cygwin 1.5
      is no longer actively supported by the Cygwin mailing lists, we might
      as well update the defaults to cater to those new features.
      
      NO_TRUSTABLE_FILEMODE is only necessary on FAT drives; the Cygwin
      community recommends NTFS drives, but there is still too much use
      for FAT to switch the default.  Likewise, UNRELIABLE_FSTAT is probably
      file-system specific, but worth keeping unchanged.
      
      This commit does not change the default for NO_MMAP, although definitive
      proof of whether this option is necessary is lacking.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a50dec22
  6. 01 4月, 2010 7 次提交
  7. 31 3月, 2010 4 次提交
  8. 30 3月, 2010 1 次提交