From 0f075129c95f7aee782bf08b2edbe7c71db1c7b2 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Mon, 29 Oct 2012 10:50:32 -0400 Subject: convert curl to gbuild Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 2f4837f883c5..be1fd1b6d71d 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -84,6 +84,7 @@ export CPUNAME_FOR_BUILD=@CPUNAME_FOR_BUILD@ export CPU_FOR_BUILD=@CPU_FOR_BUILD@ export CROSS_COMPILING=@CROSS_COMPILING@ export CT2N_TARBALL=@CT2N_TARBALL@ +export CURL_TARBALL=@CURL_TARBALL@ export CURL_CFLAGS=@CURL_CFLAGS@ export CURL_LIBS=@CURL_LIBS@ export CXX=@CXX@ -- cgit