1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/net/ez-ipupdate/patches/005-endian-detection.patch
Jo-Philipp Wich ea8d45d0af ez-ipudate: fix broken endian detection on uClibc
SVN-Revision: 34057
2012-11-02 12:01:33 +00:00

12 lines
207 B
Diff

--- 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