mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
OS/400 update:
New declarations in curl.h reported to curl.inc.in. Copyrights extended to 2008. SONAME handling introduced in build scripts.
This commit is contained in:
parent
b3de497d83
commit
3ee32d7920
8 changed files with 45 additions and 11 deletions
|
|
@ -20,6 +20,12 @@ TOPDIR=`dirname "${SCRIPTDIR}"`
|
|||
TOPDIR=`dirname "${TOPDIR}"`
|
||||
export SCRIPTDIR TOPDIR
|
||||
|
||||
# Extract the SONAME from the library makefile.
|
||||
|
||||
SONAME=`sed -e '/^VERSION=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' \
|
||||
< "${TOPDIR}/lib/Makefile.am"`
|
||||
export SONAME
|
||||
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
@ -30,7 +36,7 @@ export SCRIPTDIR TOPDIR
|
|||
TARGETLIB='CURL' # Target OS/400 program library
|
||||
STATBNDDIR='CURL_A' # Static binding directory.
|
||||
DYNBNDDIR='CURL' # Dynamic binding directory.
|
||||
SRVPGM='CURL' # Service program.
|
||||
SRVPGM="CURL.${SONAME}" # Service program.
|
||||
TGTCCSID='500' # Target CCSID of objects
|
||||
DEBUG='*ALL' # Debug level
|
||||
OPTIMIZE='10' # Optimisation level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue