mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
- added -fPIC to the LDDLLFLAGS line for HPUX; winegcc needs to pass
-fPIC to the link line to keep the hp linker happy - set DLLEXT to .sl on HPUX
This commit is contained in:
parent
bbde53fb02
commit
1023fe300a
3
configure
vendored
3
configure
vendored
@ -14081,7 +14081,8 @@ echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6
|
||||
if test "$ac_cv_c_dll_hpux" = "yes"
|
||||
then
|
||||
LIBEXT="sl"
|
||||
LDDLLFLAGS="-shared"
|
||||
DLLEXT=".sl"
|
||||
LDDLLFLAGS="-shared -fPIC"
|
||||
LDSHARED="\$(CC) -shared"
|
||||
fi
|
||||
fi
|
||||
|
@ -967,7 +967,8 @@ case $host_os in
|
||||
if test "$ac_cv_c_dll_hpux" = "yes"
|
||||
then
|
||||
LIBEXT="sl"
|
||||
LDDLLFLAGS="-shared"
|
||||
DLLEXT=".sl"
|
||||
LDDLLFLAGS="-shared -fPIC"
|
||||
LDSHARED="\$(CC) -shared"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user