From a6b697ac691b2a88ce6e82f82c80d985bb88909a Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 13 Aug 2014 15:00:24 -0400
Subject: [PATCH] jenkins: fix typo

Refs #53224

Change-Id: I0506c6661c852bc2e5d8eadd4eadd5d56f9ffd70
---
 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 c2a16a0b6f..dbb1277e39 100755
--- a/tools/build-system/hudson-sflphone-script.sh
+++ b/tools/build-system/hudson-sflphone-script.sh
@@ -135,7 +135,7 @@ function build_daemon {
     # Compile the daemon
     ./autogen.sh || exit_clean 1
     #FIXME: this is a temporary hack around linking failure on jenkins
-    LDFLAGS=-gcrypt ./configure $DOPTS
+    LDFLAGS=-lgcrypt ./configure $DOPTS
     make clean
     make -j
     # Remove the previous XML test file
-- 
GitLab