mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
Build with standard stat structure on VMS.
This gets us large file support, is available on any VMS release in the last decade and more, and gives stat other modern features such as 64-bit ino_t.
This commit is contained in:
committed by
Alexander Lamaison
parent
8a903d1083
commit
a239e637c9
@ -29,6 +29,7 @@ $ this = f$search("exadir:*.c;0")
|
||||
$ if this .eqs. "" then goto EndLoop
|
||||
$!
|
||||
$ what = f$parse( this,,,"name")
|
||||
$ if what .eqs. "x11" then goto loop ! not portable yet
|
||||
$ call Make
|
||||
$!
|
||||
$ goto Loop
|
||||
@ -84,7 +85,7 @@ $ define objdir 'objdir'
|
||||
$ define exadir 'exadir'
|
||||
$!
|
||||
$ cc_include = "/include=([],[-.include])"
|
||||
$ cc_flags = "/name=shortened/show=all"
|
||||
$ cc_flags = "/name=shortened/show=all/define=(_USE_STD_STAT=1)"
|
||||
$ link_opts = "objdir:libssh2_''thisid'.opt"
|
||||
$!
|
||||
$!
|
||||
|
Reference in New Issue
Block a user