mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 01:30:36 +01:00
2006-08-06 Dan Williams <dcbw@redhat.com>
Patch from Christan Chiesa <christanc@gmail.com> * configure.in - Tell sha1.c to use bigendian mode on PPC git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1937 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
0e43f9f938
commit
5a6a1dbdb5
2 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-08-06 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Christan Chiesa <christanc@gmail.com>
|
||||
* configure.in
|
||||
- Tell sha1.c to use bigendian mode on PPC
|
||||
|
||||
2006-08-04 Robert Love <rml@novell.com>
|
||||
|
||||
Glib Memory Slices!
|
||||
|
|
|
|||
|
|
@ -344,6 +344,11 @@ else
|
|||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
||||
## Enable bigendian stuff for sha1 hash code
|
||||
if "$target_cpu" = "powerpc"
|
||||
CPU_CFLAGS="-DWORDS_BIGENDIAN $CPU_CFLAGS"
|
||||
fi
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
include/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue