mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-30 15:02:18 +01:00
15181: use -KPIC instead of -Kpic
This commit is contained in:
parent
fcd204718e
commit
ecbff2da37
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2001-06-29 Andrej Borsenkow <bor@zsh.org>
|
||||
|
||||
* 15181: zshconfig.ac: use -KPIC instead of -Kpic at request
|
||||
of Tomi Vainio <Tomi.Vainio@Sun.COM>
|
||||
|
||||
|
||||
* 15180: zshconfig.ac, Etc/MACHINES: make AIX default to termcap
|
||||
as workaround for apparent AIX curses bug; add flags to create
|
||||
modules with shared object type. Mention curses problem.
|
||||
|
|
|
@ -1625,7 +1625,7 @@ char *argv[];
|
|||
case "$host_os" in
|
||||
hpux*) DLCFLAGS="${DLCFLAGS=+z}" ;;
|
||||
sunos*) DLCFLAGS="${DLCFLAGS=-pic}" ;;
|
||||
solaris*|sysv4*|esix*) DLCFLAGS="${DLCFLAGS=-Kpic}" ;;
|
||||
solaris*|sysv4*|esix*) DLCFLAGS="${DLCFLAGS=-KPIC}" ;;
|
||||
esac
|
||||
fi
|
||||
case "$host_os" in
|
||||
|
|
Loading…
Reference in a new issue