Changes to "Static link with musl libc" between 2013-02-06 12:09:14 and 2013-02-06 12:27:43
1 1 Edward Berner sends the following description on how to statically link 2 -Fossil using the Musl libc. See http://www.musl-libc.org/ for the Musl Libc 2 +Fossil using the Musl libc. See [http://www.musl-libc.org/] for the Musl Libc 3 3 source code: 4 4 5 5 <verbatim> 6 6 $ tar zxf musl-0.9.9.tar.gz 7 7 $ cd musl-0.9.9 8 8 $ ./configure --prefix=$HOME/musl --disable-shared 9 9 $ make