mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
os400: fixes to make-lib.sh and initscript.sh
Adjust how exports list is generated from header files to account for declarations across multiple lines and CURL_DEPRECATED(...) tags. Update initscript.sh Specify qadrt_use_inline to prevent unistd.h in ASCII runtime defining close(a) -> close_a(a) Fixes #10266 Closes #10267
This commit is contained in:
parent
33ac97e1cb
commit
9749a379e0
2 changed files with 18 additions and 7 deletions
|
|
@ -234,7 +234,7 @@ make_module()
|
|||
CMD="${CMD} OPTIMIZE(${OPTIMIZE})"
|
||||
CMD="${CMD} DBGVIEW(${DEBUG})"
|
||||
|
||||
DEFINES="${3} BUILDING_LIBCURL"
|
||||
DEFINES="${3} BUILDING_LIBCURL 'qadrt_use_inline'"
|
||||
|
||||
if [ "${WITH_ZLIB}" != "0" ]
|
||||
then DEFINES="${DEFINES} HAVE_LIBZ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue