45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
$OpenBSD: patch-Makefile,v 1.11 2006/10/12 08:23:25 jakob Exp $
|
|
--- Makefile.orig Sat Apr 30 22:50:20 2005
|
|
+++ Makefile Thu Oct 12 10:15:37 2006
|
|
@@ -180,7 +180,7 @@ SSLTYPE=nopwd
|
|
# 4 (default) IPv4 support only
|
|
# 6 IPv6 and IPv4 support
|
|
|
|
-IP=4
|
|
+IP=6
|
|
|
|
|
|
# The following extra compilation flags are defined. None of these flags are
|
|
@@ -283,7 +283,7 @@ BUILD=$(MAKE) build EXTRACFLAGS='$(EXTRA
|
|
|
|
# Make the IMAP Toolkit
|
|
|
|
-all: SPECIALS c-client rebuild bundled
|
|
+all: SPECIALS c-client rebuild
|
|
|
|
c-client:
|
|
@echo Not processed yet. In a first-time build, you must specify
|
|
@@ -470,13 +470,7 @@ sslunix sslsco:
|
|
@echo ++ TLS/SSL encryption is supported
|
|
@echo + Non-compliant:
|
|
@echo ++ Unencrypted plaintext passwords are permitted
|
|
- @echo +
|
|
- @echo + In order to rectify this problem, you MUST build with:
|
|
- @echo ++ SSLTYPE=$(SSLTYPE).nopwd
|
|
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
- @echo
|
|
- @echo Do you want to continue this build anyway? Type y or n please:
|
|
- @$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac'
|
|
|
|
sslnone:
|
|
@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
@@ -512,7 +506,7 @@ an ua:
|
|
$(TOOLS)/$@ "$(LN)" src/tmail tmail
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
-build: OSTYPE rebuild rebuildclean bundled
|
|
+build: OSTYPE rebuild rebuildclean
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(BUILDTYPE)...
|