View | Details | Raw Unified | Return to bug 130893 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+16 lines)
Lines 37-42 Link Here
37
37
38
SUB_LIST+=	RCSFX=${RC_SUBR_SUFFIX}
38
SUB_LIST+=	RCSFX=${RC_SUBR_SUFFIX}
39
39
40
.ifdef (LOG_OPENVPN)
41
CFLAGS+=	-DLOG_OPENVPN=${LOG_OPENVPN}
42
.endif
43
44
pre-fetch:
45
.ifdef (LOG_OPENVPN)
46
	@${ECHO} "Building with LOG_OPENVPN=${LOG_OPENVPN}"
47
.else
48
	@${ECHO} ""
49
	@${ECHO} "You may use the following build options:"
50
	@${ECHO} ""
51
	@${ECHO} "      LOG_OPENVPN={Valid syslog facility}"
52
	@${ECHO} "      EXAMPLE:  make LOG_OPENVPN=LOG_DAEMON"
53
	@${ECHO} ""
54
.endif
55
40
# NOTE: there is no way to explicitly specify the LZO version to OpenVPN,
56
# NOTE: there is no way to explicitly specify the LZO version to OpenVPN,
41
# if LZO2 and LZO1 are installed, OpenVPN will pick LZO2.
57
# if LZO2 and LZO1 are installed, OpenVPN will pick LZO2.
42
# So depend on LZO1 only if it's already there and LZO2 isn't.
58
# So depend on LZO1 only if it's already there and LZO2 isn't.

Return to bug 130893