Branch oldpackages for 14.07
[14.07/packages.git] / net / ez-ipupdate / patches / 005-endian-detection.patch
1 --- a/md5.c
2 +++ b/md5.c
3 @@ -35,7 +35,7 @@
4  
5  #include "md5.h"
6  
7 -#ifdef _LIBC
8 +#if defined(_LIBC) || defined(__UCLIBC__)
9  # include <endian.h>
10  # if __BYTE_ORDER == __BIG_ENDIAN
11  #  define WORDS_BIGENDIAN 1