From 6c9abd78ef1bf14bea5604b343943771786f0c3d Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Thu, 5 Jun 2008 10:14:41 +0000 Subject: [PATCH] * debian/rules: add -DTHREADED_DELTA_SEARCH to OPTS (closes: #483534). --- debian/changelog | 3 ++- debian/rules | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 878a03d05..91231c2d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,9 @@ git-core (1:1.5.6~rc1-1) experimental; urgency=low 477393). * gitweb: Fix "next" link on bottom of page (closes: #481902). * merge branch debian-sid. + * debian/rules: add THREADED_DELTA_SEARCH=1 to OPTS (closes: #483534). - -- Gerrit Pape Thu, 05 Jun 2008 10:03:58 +0000 + -- Gerrit Pape Thu, 05 Jun 2008 10:14:14 +0000 git-core (1:1.5.5.3-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 6aad24d1e..b62bd6017 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,8 @@ CFLAGS =-g -Wall STRIP =strip TEST =test OPTS =NO_OPENSSL=1 prefix=/usr mandir=/usr/share/man INSTALLDIRS=vendor \ - WITH_P4IMPORT=1 PYTHON_PATH=/usr/bin/python TCLTK_PATH=/usr/bin/wish8.5 + WITH_P4IMPORT=1 PYTHON_PATH=/usr/bin/python TCLTK_PATH=/usr/bin/wish8.5 \ + THREADED_DELTA_SEARCH=1 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) STRIP =: strip -- 2.11.4.GIT