Blame SOURCES/0132-RHBZ-1296979-fix-define.patch

4728c8
---
4728c8
 libmultipath/Makefile |    2 +-
4728c8
 1 file changed, 1 insertion(+), 1 deletion(-)
4728c8
4728c8
Index: multipath-bz1296979/libmultipath/Makefile
4728c8
===================================================================
4728c8
--- multipath-bz1296979.orig/libmultipath/Makefile
4728c8
+++ multipath-bz1296979/libmultipath/Makefile
4728c8
@@ -30,7 +30,7 @@ ifneq ($(strip $(LIBDM_API_COOKIE)),0)
4728c8
 	CFLAGS += -DLIBDM_API_COOKIE
4728c8
 endif
4728c8
 
4728c8
-LIBUDEV_API_RECVBUF = $(shell grep -Ecs '^[a-z]*[[:space:]]+udev_monitor_set_resolve_buffer_size' /usr/include/libudev.h)
4728c8
+LIBUDEV_API_RECVBUF = $(shell grep -Ecs '^[a-z]*[[:space:]]+udev_monitor_set_receive_buffer_size' /usr/include/libudev.h)
4728c8
 
4728c8
 ifneq ($(strip $(LIBUDEV_API_RECVBUF)),0)
4728c8
 	CFLAGS += -DLIBUDEV_API_RECVBUF