diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-09-29 23:36:22 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-09-29 23:36:22 +0200 |
commit | 10b92f9712fe85677a4aa84a644c6e90843f5848 (patch) | |
tree | a964aab10a7689071e0468ae2b6695903621491d /philip-make.sh | |
parent | f03851864954492f938a8320c01f0fe118ccf322 (diff) | |
download | lynx-10b92f9712fe85677a4aa84a644c6e90843f5848.tar.gz lynx-10b92f9712fe85677a4aa84a644c6e90843f5848.tar.bz2 lynx-10b92f9712fe85677a4aa84a644c6e90843f5848.zip |
update
Diffstat (limited to 'philip-make.sh')
-rwxr-xr-x | philip-make.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/philip-make.sh b/philip-make.sh index a6a6c73..50db10e 100755 --- a/philip-make.sh +++ b/philip-make.sh @@ -4,15 +4,18 @@ # mime type treatment removed # see src/HTInit.c +make clean +rm config.cache + ./configure \ --prefix="/usr" \ --sysconfdir="/etc" \ --mandir="/usr/share/man" \ --with-ssl="/usr" \ --enable-ipv6 \ - --enable-nls \ - --enable-externs + --enable-externs \ + --enable-nls make -sudo make install +doas make install |