You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2013/02/08 05:56:21 UTC

git commit: TS-1700: disable static libraries by default

Updated Branches:
  refs/heads/master 616203849 -> d96818beb


TS-1700: disable static libraries by default


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

Branch: refs/heads/master
Commit: d96818beb4eaf0ee1e127e308780b6a74bee1298
Parents: 6162038
Author: James Peach <jp...@apache.org>
Authored: Thu Feb 7 20:56:03 2013 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Feb 7 20:56:03 2013 -0800

----------------------------------------------------------------------
 CHANGES      |    2 ++
 configure.ac |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d96818be/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 468cb5c..bfd61f9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 3.3.1
 
+  *) [TS-1700] disable static libraries by default
+
   *) [TS-1653] prevent the crash that retry dns lookup after timeout
 
   *) [TS-1006] memory management, cut down memory usage

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d96818be/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b00d46b..c91de19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,8 +47,7 @@ AC_CONFIG_HEADERS([lib/ts/ink_autoconf.h])
 # http://www.gnu.org/software/automake/manual/html_node/Automake-silent_002drules-Option.html
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
-# Not sure this is needed, and seems to break with some versions of automake
-#LT_INIT([dlopen])
+AC_DISABLE_STATIC
 
 # Libtool versioning uses different conventions on different
 # platforms.  At least on FreeBSD, libtool uses an overly complex