Commit 32732694 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix auto* warning

-version-info isn't used by static libs, so lose that.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3218 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent fe013c16
......@@ -7,7 +7,7 @@ AM_CPPFLAGS := -DMALLOC_PRODUCTION
noinst_LTLIBRARIES = libjemalloc_mt.la
libjemalloc_mt_la_LIBADD = ${PTHREAD_LIBS}
libjemalloc_mt_la_LDFLAGS = -version-info 0:0:0 -static
libjemalloc_mt_la_LDFLAGS = -static
libjemalloc_mt_la_CFLAGS = -D__isthreaded=true
libjemalloc_mt_la_SOURCES = jemalloc_linux.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment