Skip to content
Snippets Groups Projects
Commit a6b697ac authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jenkins: fix typo

Refs #53224

Change-Id: I0506c6661c852bc2e5d8eadd4eadd5d56f9ffd70
parent e0281786
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ function build_daemon { ...@@ -135,7 +135,7 @@ function build_daemon {
# Compile the daemon # Compile the daemon
./autogen.sh || exit_clean 1 ./autogen.sh || exit_clean 1
#FIXME: this is a temporary hack around linking failure on jenkins #FIXME: this is a temporary hack around linking failure on jenkins
LDFLAGS=-gcrypt ./configure $DOPTS LDFLAGS=-lgcrypt ./configure $DOPTS
make clean make clean
make -j make -j
# Remove the previous XML test file # Remove the previous XML test file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment