You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2016/10/20 19:10:43 UTC

[trafficserver] 01/02: TS-4992: Do not build the static libraries

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 7.0.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit c61263101388f9f709ac9fce60fb1b8e1fd82dd3
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Oct 20 12:43:49 2016 -0600

    TS-4992: Do not build the static libraries
    
    (cherry picked from commit f1fade612de26e774146d021d3cf5c54681f2fd9)
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7582104..9d0eed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -264,6 +264,9 @@ AC_ARG_WITH([profiler],
 )
 AC_MSG_RESULT([$with_profiler])
 
+# Disable all static library builds
+AC_DISABLE_STATIC
+
 #
 # use eventfd() or pipes
 # Found that ec2 is using an older kernel causing eventfd errors.

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.