found 436910 2.1.17-1
tags 436910 + confirmed patch
thanks

Hi !

This  bug still  happens with  2.1.17-1.  install.sh is  called with  -s
option which causes binaries to be stripped.

An ugly way to fix this would be to patch install.sh.

Here is the ugly patch. But feel free to ignore it. :)

--- install.sh~	2003-12-28 09:41:50.000000000 +0100
+++ install.sh	2008-03-28 21:43:27.000000000 +0100
@@ -37,7 +37,7 @@
 chmodprog="${CHMODPROG-chmod}"
 chownprog="${CHOWNPROG-chown}"
 chgrpprog="${CHGRPPROG-chgrp}"
-stripprog="${STRIPPROG-strip}"
+stripprog=""
 rmprog="${RMPROG-rm}"
 mkdirprog="${MKDIRPROG-mkdir}"
-- 
SILLY STRING IS NOT A NASAL SPRAY
SILLY STRING IS NOT A NASAL SPRAY
SILLY STRING IS NOT A NASAL SPRAY
-+- Bart Simpson on chalkboard in episode 5F12

Reply via email to