1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/rabbitmq-c/musl-fix.patch
2016-08-28 01:48:42 +00:00

11 lines
266 B
Diff

--- ./librabbitmq/amqp_private.h.orig
+++ ./librabbitmq/amqp_private.h
@@ -262,7 +262,7 @@
}
/* Determine byte order */
-#if defined(__GLIBC__)
+#if defined(__linux__)
# include <endian.h>
# if (__BYTE_ORDER == __LITTLE_ENDIAN)
# define AMQP_LITTLE_ENDIAN