summaryrefslogtreecommitdiff
path: root/philip-make.sh
blob: 66858ff4efe8c204e865528cbe46642515a4a96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/bash

# my build of Lynx with hardcoded 
# mime type treatment removed
# see src/HTInit.c

./configure \
    --prefix="/usr" \
    --sysconfdir="/etc" \
    --mandir="/usr/share/man" \
    --with-ssl="/usr" \
    --enable-ipv6 \
    --enable-nls \
    --enable-externs

make
    
make check