~ubuntu-branches/ubuntu/trusty/varnish/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/libjemalloc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Tollef Fog Heen
  • Date: 2013-05-05 15:53:14 UTC
  • mfrom: (0.1.16)
  • Revision ID: package-import@ubuntu.com-20130505155314-i99wuol99cfwzrtv
Tags: 3.0.3-1
[ Stig Sandbeck Mathisen ]
* New upstream release

[ Tollef Fog Heen ]
* Make varnishlog's and varnishncsa's init script exit with the exit
  status of status_of_proc to make them useful.  Fixes upstream trac
  #1226.

[ Stig Sandbeck Mathisen ]
* Do not rewrite /etc/default/varnish on upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)
* Undo mangling of /etc/default/varnish that happened during lenny->squeeze
  upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# See source code comments to avoid memory leaks when enabling MALLOC_MAG.
2
 
#CPPFLAGS := -DMALLOC_PRODUCTION -DMALLOC_MAG
3
 
AM_CPPFLAGS := -DMALLOC_PRODUCTION
 
2
#CPPFLAGS = -DMALLOC_PRODUCTION -DMALLOC_MAG
 
3
AM_CPPFLAGS = -DMALLOC_PRODUCTION
4
4
 
5
5
#all: libjemalloc.so.0 libjemalloc_mt.so.0
6
6