VMS: Really don't force symbol mixed case when building DSOs

This is an amendment to the september 8 commit titled "VMS: Don't
force symbol mixed case when building DSOs"

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-09-14 17:49:21 +02:00
parent 3074514694
commit 554b4019f5

View file

@ -1767,7 +1767,6 @@ sub vms_info {
debug => "/DEBUG/TRACEBACK", debug => "/DEBUG/TRACEBACK",
release => "/NODEBUG/NOTRACEBACK"), release => "/NODEBUG/NOTRACEBACK"),
lib_cflags => add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"), lib_cflags => add("/NAMES=(AS_IS,SHORTENED)/EXTERN_MODEL=STRICT_REFDEF"),
dso_cflags => add("/NAMES=(AS_IS,SHORTENED)"),
# no_inst_bin_cflags is used instead of bin_cflags by descrip.mms.tmpl # no_inst_bin_cflags is used instead of bin_cflags by descrip.mms.tmpl
# for object files belonging to selected internal programs # for object files belonging to selected internal programs
no_inst_bin_cflags => "/NAMES=(AS_IS,SHORTENED)", no_inst_bin_cflags => "/NAMES=(AS_IS,SHORTENED)",