From 2910f8622fc803af732272c83ef1525d0e6d8364 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Tue, 25 Nov 2014 14:15:31 -0500
Subject: [PATCH] rpm: build dht from contrib

Refs #61168

Change-Id: I3cccd00c5c503e2f6d5ad0bf8bee3d6e7d308629
---
 tools/build-system/rpm/sflphone.spec | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/build-system/rpm/sflphone.spec b/tools/build-system/rpm/sflphone.spec
index 3d01c75f16..69a4df1963 100644
--- a/tools/build-system/rpm/sflphone.spec
+++ b/tools/build-system/rpm/sflphone.spec
@@ -48,6 +48,7 @@ mkdir -p daemon/contrib/native
 pushd daemon/contrib/native
 ../bootstrap
 make .iax
+make .dht
 popd
 # Compile the daemon
 pushd daemon
@@ -277,6 +278,9 @@ fi
 %exclude %{_includedir}/qtsflphone/*.h
 
 %changelog
+* Tue Nov 25 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.2-6
+- Build dht from contrib
+
 * Mon Nov 24 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.4.2-5
 - drop .h and .so that are no longer built
 
-- 
GitLab