Skip to content

Commit 602840b

Browse files
Ericson2314mergify[bot]
authored andcommitted
Link the right issue about the bad AWS pkg-config
It is aws/aws-sdk-cpp#2673 (cherry picked from commit fb9c9ee)
1 parent 71b0edc commit 602840b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstore/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ deps_public += nlohmann_json
112112
sqlite = dependency('sqlite3', 'sqlite', version : '>=3.6.19')
113113
deps_private += sqlite
114114

115-
# AWS C++ SDK has bad pkg-config
115+
# AWS C++ SDK has bad pkg-config. See
116+
# https://github.com/aws/aws-sdk-cpp/issues/2673 for details.
116117
aws_s3 = dependency('aws-cpp-sdk-s3', required : false)
117118
configdata.set('ENABLE_S3', aws_s3.found().to_int())
118119
if aws_s3.found()

0 commit comments

Comments
 (0)