1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11481: Disable pre-linking on VMS

This commit is contained in:
Jelmer Vernooij 2005-11-02 19:31:04 +00:00 committed by Gerald (Jerry) Carter
parent 82e19d6808
commit 2b3ad67b5d

View File

@ -258,6 +258,11 @@ case "$host_os" in
LDSHFLAGS="-G"
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
*-vms)
BLDMERGED="false"
BLDSHARED="false"
LDSHFLAGS=""
;;
*vos*) AC_DEFINE(STAT_ST_BLOCKSIZE,4096)
BLDSHARED="false"
BLDMERGED="false"