Index: Makefile
===================================================================
--- Makefile (revision 352)
+++ Makefile (revision 353)
@@ -228,6 +228,7 @@
)
# ======= Strip binaries =======
@( cd $(LIBDCA_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 ; \
)
ifeq ($(__ENABLE_STATIC__),yes)