Don't strip plugins on install - it's no longer really necessary and helps in

debugging to have the symbols.

Patch from Jeff Horelick <jdhore@gentoo.org>.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@220 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-01-03 02:48:09 +00:00
parent 2027f75969
commit c3a2a39513

View File

@@ -203,7 +203,6 @@ install: all
) )
@( \ @( \
if test x"$(PLUGINS)" != x""; then \ if test x"$(PLUGINS)" != x""; then \
strip --strip-unneeded $(DESTDIR)$(PLUGINDIR)/*$(SHLIB_SUFFIX) || :; \
echo Your plugins [$(PLUGINS)] are now located in $(PLUGINDIR);\ echo Your plugins [$(PLUGINS)] are now located in $(PLUGINDIR);\
fi; \ fi; \
) )