summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-04-02 16:57:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-04-02 22:46:20 +0300
commit1494177046e28f1623b2179463b1b11978f1bed0 (patch)
tree1522a25d154e3edb5c25d36fdb568ef1256c806c
parent327c648562e4c05d51674d864d027aab7684061a (diff)
Load c.config module rather than c in curl/tests/build/root.build
-rw-r--r--TODO2
-rw-r--r--curl/tests/build/root.build2
2 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5fc9ebf..a7d16aa 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
On the revision:
-- Load the c.config module rather than c in curl/tests/build/root.build.
-
- Make the .vers and .expsym files prerequisites of the libs type target.
- Canonicalize the license in the package manifests.
diff --git a/curl/tests/build/root.build b/curl/tests/build/root.build
index b75fafe..d0f5667 100644
--- a/curl/tests/build/root.build
+++ b/curl/tests/build/root.build
@@ -3,7 +3,7 @@
# We need to configure C module to obtain the target information (see below).
#
-using c
+using c.config
# Setup the curl program that we are testing.
#