diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-20 20:10:31 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-02-20 20:10:31 -0800 |
| commit | aea11e0e4aea4ea84069cf3722c9bb41c5be9c3d (patch) | |
| tree | 9dd49fd2301c771c78b5f1aef2190fd64680c2d2 /pkg/curl | |
| parent | 55bf927462ee5a8e5984d14e61c221d7d3da1ca4 (diff) | |
Use our own linux-headers
Diffstat (limited to 'pkg/curl')
| -rw-r--r-- | pkg/curl/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua index 1c07039b..a42c2c77 100644 --- a/pkg/curl/gen.lua +++ b/pkg/curl/gen.lua @@ -10,6 +10,7 @@ cflags{ '-I $srcdir/lib', '-I $srcdir/src', '-I $builddir/pkg/bearssl/include', + '-I $builddir/pkg/linux-headers/include', '-I $builddir/pkg/zlib/include', } @@ -35,6 +36,7 @@ pkg.deps = { '$outdir/curl_config.h', '$gendir/headers', 'pkg/bearssl/headers', + 'pkg/linux-headers/headers', 'pkg/zlib/headers', } |
