summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-01-04 19:31:31 +0000
committerjbj <devnull@localhost>2005-01-04 19:31:31 +0000
commit84ec406c35efeb8fb566ceab2fb1a4796cf7b447 (patch)
treec4e2c7a7c3c5d0ad6fc2dcd64921bb3d6a2483e5 /configure.ac
parent6da6f7fc0a87818021bb07705450a29f46d7f14b (diff)
downloadlibrpm-tizen-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.tar.gz
librpm-tizen-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.tar.bz2
librpm-tizen-84ec406c35efeb8fb566ceab2fb1a4796cf7b447.zip
- mac os x patches (#133611, #133612, #134637).
CVS patchset: 7673 CVS date: 2005/01/04 19:31:31
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index edc0a24fd..188f880b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,6 +115,7 @@ if test X"$GCC" = Xyes ; then
case "$target" in
*-*-solaris*) LDFLAGS_STATIC="-static";;
*-*-hpux*) LDFLAGS_STATIC="-static";;
+ *-*-darwin*) LDFLAGS_STATIC="";; # Mac OS X does not do static binaries.
*-*-sysv5uw*) LDFLAGS_STATUS="-static";; # Unixware has no shared libthread.
*-*-*) LDFLAGS_STATIC="-all-static";;
esac