Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
packages [2018/02/14 05:31] snacsnocpackages [2018/02/14 06:03] snacsnoc
Line 95: Line 95:
   dropbear    dropbear 
  
 +**[[https://code.google.com/p/ucpp/|ucpp 1.3.2]]** ([[https://bitbucket.org/snacsnoc/ucpp|mirror]])
 +  make CC=x86_64-linux-musl-gcc CFLAGS=-s LDFLAGS=-s
 +   
 +Example usage: ln -s /usr/bin/ucpp /lib/cpp   
 +
 +
 +** [[http://www.musl-libc.org/|musl 1.1.18]]**
 +   ./configure --prefix=/ 
 +   make
 +   make DESTDIR=/path/to/staging install 
 +
 +
 +** [[http://mama.indstate.edu/users/ice/tree/|tree 1.7.0]]**
 +   make
 +   make prefix=/path/to/staging install
  
 ---- ----
Line 171: Line 186:
    make DESTDIR=/path/to/staging install     make DESTDIR=/path/to/staging install 
        
-** [[http://mama.indstate.edu/users/ice/tree/|tree 1.7.0]]** 
-   make CC="musl-gcc -static" 
-   make prefix=/path/to/staging install 
  
 ** [[http://www.zlib.net/|zlib 1.2.8]]** ** [[http://www.zlib.net/|zlib 1.2.8]]**
Line 204: Line 216:
    make DESTDIR=/path/to/staging install    make DESTDIR=/path/to/staging install
  
-** [[http://www.musl-libc.org/|musl 1.1.14]]** 
-   ./configure --prefix=/ --disable-shared 
-   CFLAGS=-static make 
-   make DESTDIR=/path/to/staging install  
  
 ** [[http://www.nano-editor.org/|nano 2.4.1]]** ** [[http://www.nano-editor.org/|nano 2.4.1]]**
Line 267: Line 275:
    readline           syslog     readline           syslog 
        
-**[[https://code.google.com/p/ucpp/|ucpp 1.3.2]]** ([[https://bitbucket.org/snacsnoc/ucpp|mirror]]) +  
-   make CC=x86_64-linux-musl-gcc CFLAGS=-s LDFLAGS=-s +
-    +
-//Example usage: ln -s /usr/bin/ucpp /lib/cpp     +
  
 **[[http://www.gnu.org/software/tar/|tar 1.28]]** **[[http://www.gnu.org/software/tar/|tar 1.28]]**