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

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