]> git.pld-linux.org Git - packages/pound.git/commitdiff
ensure consistent build by enforcing options, BR tcmalloc
authorElan Ruusamäe <glen@delfi.ee>
Mon, 28 Apr 2014 11:33:25 +0000 (14:33 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 28 Apr 2014 11:33:25 +0000 (14:33 +0300)
pound.spec

index 7fa94c53ef156a4db15ef38b4eb823b376670437..392eae57e9bb6b7a50e1a9168cd43ff935fb082a 100644 (file)
@@ -19,6 +19,7 @@ Patch3:               %{name}-log-notice.patch
 Patch4:                %{name}-man.patch
 URL:           http://www.apsis.ch/pound/
 BuildRequires: automake
+BuildRequires: libtcmalloc-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: openssl-tools
 BuildRequires: pcre-devel
@@ -66,6 +67,10 @@ swobodnego używania, kopiowania i rozdawania.
 %build
 cp -f /usr/share/automake/config.sub .
 %configure \
+       --enable-super \
+       --enable-pcreposix \
+       --enable-tcmalloc \
+       --disable-hoard \
        --with-maxbuf=6144
 %{__make}
 
This page took 0.372011 seconds and 4 git commands to generate.