fixed, compiler warning. this comes from boost upstream (https://svn.boost.org/trac...
[vuplus_xbmc] / tools / depends / target / boost / Makefile
index e46d57c..f38482a 100644 (file)
@@ -24,6 +24,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
 ifeq (arm, $(findstring arm, $(CPU)))
        cd $(PLATFORM); patch -p0 < ../fix_shared_ptr_multithread.patch
 endif
+       cd $(PLATFORM); patch -p1 < ../fix-self-assignment-warnings.patch
        cd $(PLATFORM); ./bootstrap.sh --prefix=$(PREFIX)
 
 .installed-$(PLATFORM): $(PLATFORM)