commit 66501dd6d3fac4bc0a24e2ba183f645518f623ec parent 5cd2c212e0674e8936ae3147f32c630e8500f4dd Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 27 Apr 2014 17:18:36 +0000 add curl deps info Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> Diffstat:
A | curl/depsinc.mk | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/curl/depsinc.mk b/curl/depsinc.mk @@ -0,0 +1,6 @@ +<$curl_DEPDIR/v.mk + +curl_includedir = $curl_DEPDIR/curl-$v/include +curl_libdir = $curl_DEPDIR/curl-$v/lib/.libs +DEPS_CFLAGS = $DEPS_CFLAGS -I$curl_includedir -DCURL_STATICLIB +DEPS_LDFLAGS = $DEPS_LDFLAGS -L$curl_libdir -lcurl