diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-05 16:43:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-05 16:43:58 +0000 |
commit | 52fe4db735a8abf5821c5d1e21082ce7803a8e8e (patch) | |
tree | 90d48ebe23306fdc0107b851cb2ed0cdf34972cb /configure.ac.pamphlet | |
parent | 8414b45f48d68b898a6dda27069c377088687fb8 (diff) | |
download | open-axiom-52fe4db735a8abf5821c5d1e21082ce7803a8e8e.tar.gz |
* configure.ac.pamphlet [mingw] (oa_shrlib_flags): Ensure
the compiler appreciates we want dynamic link.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 65d43eea..3e11fae7 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1237,7 +1237,8 @@ AC_SUBST(libext) case $host in *mingw*|*cygwin*) oa_use_libtool_for_shared_lib=no - oa_shrlib_flags="$oa_shrlib_flags --export-all-symbols" + oa_shrobj_flags='-prefer-pic' + oa_shrlib_flags="-shared --export-all-symbols" ;; *darwin*) oa_shrobj_flags='-dynamic' |