mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
4c1531d9f2
Submitted by: Takashi Mega <mega@rodan.misc.hit-u.ac.jp> PR: ports/7206, ports/6305 Also submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> PR: ports/6417
24 lines
567 B
Plaintext
24 lines
567 B
Plaintext
*** configure.orig Thu Feb 12 02:31:24 1998
|
|
--- configure Mon Mar 30 21:40:51 1998
|
|
***************
|
|
*** 1506,1514 ****
|
|
|
|
if test "$GCC" = yes; then
|
|
ELF_CC="gcc"
|
|
! ELF_CFLAGS="-O2 -fno-strength-reduce -fPIC"
|
|
! ELF_LINK="gcc -shared -Wl,-soname#"
|
|
! ELF_LINK_CMD="\$(ELF_LINK),\$(ELFLIB_MAJOR)"
|
|
else
|
|
ELF_CC="cc"
|
|
ELF_CFLAGS="-K pic"
|
|
--- 1506,1514 ----
|
|
|
|
if test "$GCC" = yes; then
|
|
ELF_CC="gcc"
|
|
! ELF_CFLAGS="$(CFLAGS) -DPIC -fpic"
|
|
! ELF_LINK="ld -Bshareable"
|
|
! ELF_LINK_CMD="\$(ELF_LINK)"
|
|
else
|
|
ELF_CC="cc"
|
|
ELF_CFLAGS="-K pic"
|