Opened 5 years ago

Last modified 16 months ago

#1192 new Feature Wish

review CONFIGURE_DEFINES in config

Reported by: Gert Döring Owned by:
Priority: major Milestone: release 2.7
Component: Building / Compiling Version: OpenVPN git master branch (Community Ed)
Severity: Not set (select this one, unless your'e a OpenVPN developer) Keywords:
Cc: Antonio Quartulli

Description

right now, config.h has something like this:

/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Configuration settings */
#define CONFIGURE_DEFINES "enable_async_push=no enable_comp_stub=no enable_crypto_ofb_cfb=yes enable_debug=yes enable_def_auth=yes enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown enable_fast_install=needless enable_fragment=yes enable_iproute2=yes enable_libtool_lock=yes enable_lz4=yes enable_lzo=yes enable_management=yes enable_multihome=yes enable_pam_dlopen=no enable_pedantic=no enable_pf=yes enable_pkcs11=no enable_plugin_auth_pam=yes enable_plugin_down_root=yes enable_plugins=yes enable_port_share=yes enable_selinux=no enable_server=yes enable_shared=yes enable_shared_with_static_runtimes=no enable_small=no enable_static=yes enable_strict=no enable_strict_options=no enable_systemd=no enable_werror=no enable_win32_dll=yes enable_x509_alt_username=no with_aix_soname=aix with_crypto_library=openssl with_gnu_ld=yes with_mem_check=no with_sysroot=no"

we should investigate before 2.5 whether these are the relevant things to have there - like, do we want enable_sitnl? Does that with_aix_soname thing make any sense? What is all the rest?

Change History (3)

comment:1 Changed 4 years ago by tct

CC

comment:2 Changed 4 years ago by Gert Döring

Milestone: release 2.5release 2.6

This is more part of a larger surgery, I think, than a "quick fix" - so, bump to 2.6

comment:3 Changed 16 months ago by Gert Döring

Milestone: release 2.6release 2.7

Won't happen for 2.6 now, but we should revisit this early in the 2.7 cycle

Note: See TracTickets for help on using tickets.