Blame SOURCES/glibc-rh1349967.patch

147e83
Do not define IN_MODULE.  The IS_IN framework will define it for us.
147e83
This fixes a macro redefinition warning.
147e83
147e83
rtkaio is not upstream, so there is no upstream patch.
147e83
147e83
diff --git a/rtkaio/Makefile b/rtkaio/Makefile
147e83
index 066a1232e1bae283..cf42e0cbbdf04134 100644
147e83
--- a/rtkaio/Makefile
147e83
+++ b/rtkaio/Makefile
147e83
@@ -69,7 +69,7 @@ CFLAGS-kaio_librt-cancellation.c = -fasynchronous-unwind-tables
147e83
 
147e83
 LDFLAGS-rtkaio.so = -Wl,-soname=lib$(libprefix)rt.so$(librt.so-version) \
147e83
 		    -Wl,--enable-new-dtags,-z,nodelete
147e83
-CPPFLAGS-librtkaio += -UIN_MODULE -DIN_MODULE=MODULE_librt \
147e83
+CPPFLAGS-librtkaio += \
147e83
 		      -UMODULE_NAME -DMODULE_NAME=librt \
147e83
 		      -UIS_IN_librt -DIS_IN_librt=1 \
147e83
 		      -I$(..)rt