commit | 1023fe300a4f9a66fe5b15a2e6c3a34e79d588d3 | [log] [tgz] |
---|---|---|
author | Warren Baird <warren.baird@cimmetry.com> | Tue Oct 19 21:37:09 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 19 21:37:09 2004 +0000 |
tree | ecabccf6b6cf2852a61b387c2fd7865542edd831 | |
parent | bbde53fb0247111f3aff3078031efe76445cb024 [diff] [blame] |
- 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
diff --git a/configure b/configure index 3462dac..f76a9c8 100755 --- a/configure +++ b/configure
@@ -14081,7 +14081,8 @@ if test "$ac_cv_c_dll_hpux" = "yes" then LIBEXT="sl" - LDDLLFLAGS="-shared" + DLLEXT=".sl" + LDDLLFLAGS="-shared -fPIC" LDSHARED="\$(CC) -shared" fi fi