From dedb9c5029bb35e67eab22cf5f83599eb2c24b5e Mon Sep 17 00:00:00 2001 From: Florian Angerer <florian.angerer@oracle.com> Date: Thu, 27 Apr 2017 18:37:07 +0200 Subject: [PATCH] Fix: Typo in CURL library path. --- ci.hocon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci.hocon b/ci.hocon index 240265cada..7248925ba3 100644 --- a/ci.hocon +++ b/ci.hocon @@ -34,7 +34,7 @@ logfiles : [ pkgEnvironment: { environment : { PKG_INCLUDE_FLAGS_OVERRIDE : """-I/cm/shared/apps/zlib/1.2.8/include -I/cm/shared/apps/bzip2/1.0.6/include -I/cm/shared/apps/xz/5.2.2/include -I/cm/shared/apps/pcre/8.38/include -I/cm/shared/apps/curl/7.50.1/include""" - PKG_LDFLAGS_OVERRIDE : """"-L/cm/shared/apps/zlib/1.2.8/lib -L/cm/shared/apps/bzip2/1.0.6/lib -L/cm/shared/apps/xz/5.2.2/lib -L/cm/shared/apps/pcre/8.38/lib -L/cm/shared/apps/curl/7.50.1//lib -L/cm/shared/apps/gcc/4.9.1/lib64"""" + PKG_LDFLAGS_OVERRIDE : """"-L/cm/shared/apps/zlib/1.2.8/lib -L/cm/shared/apps/bzip2/1.0.6/lib -L/cm/shared/apps/xz/5.2.2/lib -L/cm/shared/apps/pcre/8.38/lib -L/cm/shared/apps/curl/7.50.1/lib -L/cm/shared/apps/gcc/4.9.1/lib64"""" } } @@ -49,6 +49,7 @@ packagesLinux : ${pkgEnvironment} { readline : "==6.3" pcre : ">=8.38" z : ">=1.2.8" + curl : ">=7.50.1" } } @@ -58,6 +59,7 @@ packagesDarwin : { "xz" : "" "pcre" : "" "z" : "" + "curl" : "" } # Common settings for all builds but note that it uses the Linux package settings, -- GitLab