From 10b92f9712fe85677a4aa84a644c6e90843f5848 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Mon, 29 Sep 2025 23:36:22 +0200 Subject: update --- philip-make.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'philip-make.sh') 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 -- cgit v1.2.3