summaryrefslogtreecommitdiff
path: root/pkg/curl
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-08-17 23:37:03 -0700
committerMichael Forney <mforney@mforney.org>2017-08-19 19:07:18 -0700
commit6fa5f88e600450e617842ea61485a74705e95b84 (patch)
tree3281842bd98ad65ad4b84c92f0eff9fc8a617e91 /pkg/curl
parent01f3eae76b2207836d3bc1fbb4643c81d6003388 (diff)
Don't use -isystem
This way we can use -MMD to exclude system header files and still retain dependency tracking within oasis.
Diffstat (limited to 'pkg/curl')
-rw-r--r--pkg/curl/gen.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/curl/gen.rc b/pkg/curl/gen.rc
index e483c595..03ab7ba6 100644
--- a/pkg/curl/gen.rc
+++ b/pkg/curl/gen.rc
@@ -1,13 +1,13 @@
cflags\
-D HAVE_CONFIG_H\
- -isystem '$builddir'/pkg/libressl/include\
- -isystem '$builddir'/pkg/zlib/include\
-I include\
-I '$dir' \
-I '$outdir'/include/curl\
-I '$outdir'/include\
-I '$srcdir'/lib\
- -I '$srcdir'/src
+ -I '$srcdir'/src\
+ -I '$builddir'/pkg/libressl/include\
+ -I '$builddir'/pkg/zlib/include
hdrs=include/curl/^(\
curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h\