pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: devel/libelf needs 64bit hack^whelp
On 27 August 2010 18:42, Cherry G. Mathew <cherry.g.mathew%gmail.com@localhost>
wrote:
>>
>> --- configure.in.orig 2008-05-23 08:17:56.000000000 +0000
>> +++ configure.in
>> @@ -60,10 +60,19 @@ AC_CACHE_CHECK([if ${CC} can compile elf
>> [libelf_cv_elf_h_works=yes],
>> [libelf_cv_elf_h_works=no])
>> ])
>> +
>> +# NetBSD defines a type Elf64_Quarter
>> +# We don't use the NetBSD elf.h because of 64bit breakage
>> +# See:
>> +
>> +AC_CACHE_CHECK([for Elf64_Quarter], libelf_cv_dummyelf_h_works,
>> + [libelf_cv_elf_h_works=no])
>> +
>> if test "$libelf_cv_elf_h_works" = no; then
>> ac_cv_header_elf_h=no
>> ac_cv_header_sys_elf_h=no
>> fi
>> +
>> if test "$ac_cv_header_elf_h" = yes; then
>> AC_DEFINE(__LIBELF_HEADER_ELF_H, [<elf.h>])
>> elif test "$ac_cv_header_sys_elf_h" = yes; then
>>
>
>
> I'm going to commit this later today, if there are no objections.
>
> Cheers,
> --
> ~Cherry
>
Committed.
Current maintainer id: petrov%netbsd.org@localhost is bouncing email.
"551 551 5.7.1 <petrov%NetBSD.org@localhost>: Recipient address rejected: This
address is no longer valid. "
Cheers,
--
~Cherry
Home |
Main Index |
Thread Index |
Old Index