Skip to content
Snippets Groups Projects
Commit dedb9c50 authored by Florian Angerer's avatar Florian Angerer
Browse files

Fix: Typo in CURL library path.

parent a72f04c0
Branches
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ logfiles : [ ...@@ -34,7 +34,7 @@ logfiles : [
pkgEnvironment: { pkgEnvironment: {
environment : { 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_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} { ...@@ -49,6 +49,7 @@ packagesLinux : ${pkgEnvironment} {
readline : "==6.3" readline : "==6.3"
pcre : ">=8.38" pcre : ">=8.38"
z : ">=1.2.8" z : ">=1.2.8"
curl : ">=7.50.1"
} }
} }
...@@ -58,6 +59,7 @@ packagesDarwin : { ...@@ -58,6 +59,7 @@ packagesDarwin : {
"xz" : "" "xz" : ""
"pcre" : "" "pcre" : ""
"z" : "" "z" : ""
"curl" : ""
} }
# Common settings for all builds but note that it uses the Linux package settings, # Common settings for all builds but note that it uses the Linux package settings,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment