Re: Statically linked bash

2005-05-25 Thread Dan Nelson
In the last episode (May 25), Valerio Daelli said: > Hello > we are trying to compile a statically linked bash from ports. > I edited the Makefile in /usr/ports/shells/bash with '--enable-static-link' > in CONFIGURE_ARGS. > But it didn't work (it compiled a dynamical

Re: Statically linked bash

2005-05-25 Thread Bjoern Koenig
Hello, copy the attached patch to /usr/ports/shells/bash and apply it with patch -i Makefile-static.patch It adds some knobs in the style of the port 'shells/bash2'. Build the shell with make -DWANT_STATIC_BASH -DWITHOUT_NLS install clean The dependence to libintl and libiconv is the re

Statically linked bash

2005-05-25 Thread Valerio Daelli
Hello we are trying to compile a statically linked bash from ports. I edited the Makefile in /usr/ports/shells/bash with '--enable-static-link' in CONFIGURE_ARGS. But it didn't work (it compiled a dynamically linked one). So I entered in work/bash-3.0 and configured by and wi