summaryrefslogtreecommitdiffstats
path: root/net/ez-ipupdate/patches/005-endian-detection.patch
blob: 9efabc65f289d1c1f5cf963889551116346ed463 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/md5.c
+++ b/md5.c
@@ -35,7 +35,7 @@
 
 #include "md5.h"
 
-#ifdef _LIBC
+#if defined(_LIBC) || defined(__UCLIBC__)
 # include <endian.h>
 # if __BYTE_ORDER == __BIG_ENDIAN
 #  define WORDS_BIGENDIAN 1