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:
parent
82e19d6808
commit
2b3ad67b5d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user