Commit 261cc92
authored
SET(CURL_ZLIB OFF) (#99)
More recent Alpine images were failing to build nginx-datadog
due to libz.so being in a different location on the file system
than expected by the build produced by CMake.
We do not want to build (libcurl) with zlib anyway. Looking around,
I found that CURL_ZLIB was needed in addition to (or instead of?)
USE_ZLIB.1 parent 6dacac2 commit 261cc92
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments