Index: libwebp/1.2.2-ppc32/Makefile
===================================================================
--- libwebp/1.2.2-ppc32/Makefile (revision 72)
+++ libwebp/1.2.2-ppc32/Makefile (revision 73)
@@ -145,7 +145,7 @@
sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libwebp.pc libwebpdecoder.pc \
libwebpdemux.pc libwebpmux.pc ; \
)
- # =======Strip binaries =======
+ # ======= Strip binaries =======
@( cd $(LIBWEBP_32_PKG) ; \
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
Index: libwebp/1.2.2-x86_32/Makefile
===================================================================
--- libwebp/1.2.2-x86_32/Makefile (revision 72)
+++ libwebp/1.2.2-x86_32/Makefile (revision 73)
@@ -142,7 +142,7 @@
sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libwebp.pc libwebpdecoder.pc \
libwebpdemux.pc libwebpmux.pc ; \
)
- # =======Strip binaries =======
+ # ======= Strip binaries =======
@( cd $(LIBWEBP_32_PKG) ; \
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \