From af21a14b9ecaac2cf8705583cb35473c30ddf95b Mon Sep 17 00:00:00 2001
From: Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>
Date: Tue, 6 Jan 2015 17:34:28 -0500
Subject: [PATCH] build: Remove yet another useless hack

Refs #63305

Change-Id: Idd39f3656a5f7bf520b0482488202137ed836d6b
---
 tools/build-system/hudson-sflphone-script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build-system/hudson-sflphone-script.sh b/tools/build-system/hudson-sflphone-script.sh
index 6231dbaf9b..947fd78954 100755
--- a/tools/build-system/hudson-sflphone-script.sh
+++ b/tools/build-system/hudson-sflphone-script.sh
@@ -152,7 +152,7 @@ function build_daemon {
     # Compile the daemon
     ./autogen.sh || exit_clean 1
     #FIXME: this is a temporary hack around linking failure on jenkins
-    LDFLAGS=-lgcrypt ./configure $DOPTS
+    ./configure $DOPTS
     make clean
     make -j
     # Remove the previous XML test file
-- 
GitLab