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:
@@ -203,7 +203,6 @@ install: all
|
||||
)
|
||||
@( \
|
||||
if test x"$(PLUGINS)" != x""; then \
|
||||
strip --strip-unneeded $(DESTDIR)$(PLUGINDIR)/*$(SHLIB_SUFFIX) || :; \
|
||||
echo Your plugins [$(PLUGINS)] are now located in $(PLUGINDIR);\
|
||||
fi; \
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user