Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| packages [2025/02/14 06:09] – snacsnoc | packages [2025/03/01 05:49] (current) – snacsnoc | ||
|---|---|---|---|
| Line 81: | Line 81: | ||
| autoreconf -vfi | autoreconf -vfi | ||
| CC=i486-linux-musl-gcc CFLAGS=" | CC=i486-linux-musl-gcc CFLAGS=" | ||
| + | | ||
| + | ** gpm 1.20.7 ** | ||
| + | Needed patches: https:// | ||
| + | ./configure --prefix=/ | ||
| ===== Native ===== | ===== Native ===== | ||
| Line 107: | Line 111: | ||
| **[[https:// | **[[https:// | ||
| - | | + | make CFLAGS="-s -static" |
| Example usage: ln -s / | Example usage: ln -s / | ||
| Line 168: | Line 172: | ||
| make | make | ||
| make DESTDIR=/ | make DESTDIR=/ | ||
| + | #6.2 | ||
| + | #skip c++ checks | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | # fix install ownership | ||
| + | sed -i '/ | ||
| + | | ||
| + | make -C ncurses | ||
| + | # make symlink | ||
| + | ln -s / | ||
| Line 302: | Line 319: | ||
| make DESTDIR=/ | make DESTDIR=/ | ||
| </ | </ | ||
| + | |||
| + | | ||
| + | ./configure --prefix=/ | ||
| + | make CFLAGS=" | ||
| + | make DESTDIR=/ | ||
| + | | ||
| + | **[[https:// | ||
| + | ./configure --prefix=/ | ||
| + | make | ||
| + | make install MAN1DIR= MAN5DIR= MAN8DIR= DESTDIR=/ | ||
| + | | ||
| + | **[[https:// | ||
| + | | ||
| + | |||
| + | **[[http:// | ||
| + | gcc -static -s atlantic.c -o atlantic | ||