~ubuntu-branches/ubuntu/precise/openvpn/precise-updates

« back to all changes in this revision

Viewing changes to install-win32/settings.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-10-05 06:21:14 UTC
  • mfrom: (1.1.16 upstream) (10.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101005062114-18lyqud9e3p4g735
Tags: 2.1.3-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  + debian/openvpn.init.d:
    - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    - Show per-VPN result messages.
    - Add "--script-security 2" by default for backwards compatablitiy
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
;!define OPENVPN_XGUI_DIR "../ovpnxml"
23
23
 
24
24
# Prebuilt libraries.  DMALLOC is optional.
25
 
!define OPENSSL_DIR       "../openssl-0.9.8l"
 
25
!define OPENSSL_DIR       "../openssl.mingw/openssl-0.9.8o"
26
26
!define LZO_DIR           "../lzo-2.02"
27
27
!define PKCS11_HELPER_DIR "../pkcs11-helper"
28
28
;!define DMALLOC_DIR      "../dmalloc-5.4.2"
29
29
 
 
30
# Prebuilt TAP drivers and tapinstall
 
31
!define TAPBINSRC "../tap_dist"
 
32
 
 
33
# Directory containing python script for signing .exe files
 
34
!define SIGNTOOL        "../signtool"
 
35
 
30
36
# Optional directory of prebuilt OpenVPN binary components,
31
37
# to be used as a source when build-from-scratch prerequisites
32
38
# are not met.
33
39
;!define GENOUT_PREBUILT  "../gen-prebuilt"
34
40
 
35
 
# tapinstall.exe source code.
36
 
# Not needed if DRVBINSRC is defined
37
 
# (or if using pre-built mode).
38
 
!define TISRC   "../tapinstall"
39
 
 
40
 
# TAP Adapter parameters.  Note that PRODUCT_TAP_ID is
41
 
# defined in version.m4.
42
 
!define PRODUCT_TAP_DEVICE_DESCRIPTION  "TAP-Win32 Adapter V9"
43
 
!define PRODUCT_TAP_PROVIDER            "TAP-Win32 Provider V9"
44
 
!define PRODUCT_TAP_MAJOR_VER           9
45
 
!define PRODUCT_TAP_MINOR_VER           6
46
 
!define PRODUCT_TAP_RELDATE             "06/22/2009"
47
 
 
48
 
# TAP adapter icon -- visible=0x81 or hidden=0x89
49
 
!define PRODUCT_TAP_CHARACTERISTICS     0x81
50
 
 
51
 
# Build debugging version of TAP driver
52
 
;!define PRODUCT_TAP_DEBUG
53
 
 
54
 
# DDK Version.
55
 
# DDK distribution is assumed to be in C:\WINDDK\${DDKVER}
56
 
!define DDKVER       6001.18002
57
 
!define DDKVER_MAJOR 6001
58
 
 
59
 
# Code Signing.
60
 
# If undefined, don't sign any files.
61
 
!define SIGNTOOL        "../signtool"
62
 
!define PRODUCT_SIGN_CN "openvpn"
63
 
 
64
41
# -j parameter passed to make
65
 
!define MAKE_JOBS 2
 
42
!define MAKE_JOBS 1
66
43
 
67
44
# output directory for built binaries
68
45
# and other generated files