You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ts...@apache.org on 2014/12/04 03:47:06 UTC

mesos git commit: Disable building static libraries

Repository: mesos
Updated Branches:
  refs/heads/master 65bf0f81f -> 9b19432b8


Disable building static libraries

Shrinks the size resulting from a 'make install' considerably.

On a build with the options:
../configure --enable-optimize build

du -h of the install directory gives:
52MB with patch
113MB without patch

Review: https://reviews.apache.org/r/28082


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9b19432b
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/9b19432b
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/9b19432b

Branch: refs/heads/master
Commit: 9b19432b8de1976f27468a5993d79d278770903e
Parents: 65bf0f8
Author: Cody Maloney <co...@mesosphere.io>
Authored: Wed Dec 3 20:45:46 2014 -0600
Committer: Timothy St. Clair <ts...@redhat.com>
Committed: Wed Dec 3 20:45:47 2014 -0600

----------------------------------------------------------------------
 configure.ac | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9b19432b/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index c287a17..1ca6a6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AC_INIT([mesos], [0.22.0])
 AC_CANONICAL_HOST
 AC_CANONICAL_BUILD
 AC_CANONICAL_TARGET
+AC_DISABLE_STATIC
 
 AC_LANG([C++])