Blame SOURCES/glibc-rh1256317-3.patch

147e83
commit 76ca86a506a81d8a08655fb331162926569a47d6
147e83
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
147e83
Date:   Thu Nov 20 21:24:22 2014 +0530
147e83
147e83
    Remove last place for definition of IS_IN_* macros
147e83
    
147e83
    Ignoring IS_IN_build, which has a different purpose altogether, this
147e83
    patch removes the last bit of IS_IN_* macro definitions.  Now barring
147e83
    NOT_IN_libc, all cases use the IN_MODULE scheme.
147e83
    
147e83
    Generated code unchanged on x86_64.
147e83
    
147e83
    	* extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
147e83
147e83
Index: glibc-2.17-c758a686/extra-lib.mk
147e83
===================================================================
147e83
--- glibc-2.17-c758a686.orig/extra-lib.mk
147e83
+++ glibc-2.17-c758a686/extra-lib.mk
147e83
@@ -101,4 +101,4 @@ ifneq (,$(cpp-srcs-left))
147e83
 include $(patsubst %,$(..)cppflags-iterator.mk,$(cpp-srcs-left))
147e83
 endif
147e83
 
147e83
-CPPFLAGS-$(lib) := -DNOT_IN_libc=1 -DIS_IN_$(lib)=1
147e83
+CPPFLAGS-$(lib) := -DNOT_IN_libc=1