diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-10-29 10:50:32 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-10-29 12:25:53 -0400 |
commit | 0f075129c95f7aee782bf08b2edbe7c71db1c7b2 (patch) | |
tree | a6dd3dab52ffac33fe742f3e01d3fcc569e61068 /config_host.mk.in | |
parent | a3d9253615078a35836c9e79dd694c4540dd5dde (diff) |
convert curl to gbuild
Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |