summaryrefslogtreecommitdiff
path: root/libexpat/build
diff options
context:
space:
mode:
Diffstat (limited to 'libexpat/build')
-rw-r--r--libexpat/build/bootstrap.build4
-rw-r--r--libexpat/build/root.build7
2 files changed, 9 insertions, 2 deletions
diff --git a/libexpat/build/bootstrap.build b/libexpat/build/bootstrap.build
index 5e414ed..04dd83d 100644
--- a/libexpat/build/bootstrap.build
+++ b/libexpat/build/bootstrap.build
@@ -18,10 +18,10 @@ using install
# from the comment in expat/configure.ac, the major version (current - age) is
# incremented for backwards-incompatible ABI changes.
#
-if ($version.major == 2 && $version.minor == 5 && $version.patch == 0)
+if ($version.major == 2 && $version.minor == 6 && $version.patch == 3)
{
abi_version_major = 1
- abi_version = "$abi_version_major.8.10" # <current - age>.<age>.<revision>
+ abi_version = "$abi_version_major.9.3" # <current - age>.<age>.<revision>
}
else
fail 'increment the ABI version?'
diff --git a/libexpat/build/root.build b/libexpat/build/root.build
index 58e2e9c..7e8683d 100644
--- a/libexpat/build/root.build
+++ b/libexpat/build/root.build
@@ -3,6 +3,13 @@
using in
+# Note that the unit tests use the 'for' loop initial declarations, which may
+# require an explicit specification of C99 standard for older GCC versions
+# (4.9, etc). That's probably ok, since the upstream declares itself in it's
+# README.md as a 'C99 library for parsing XML'.
+#
+c.std = 99
+
using c
h{*}: extension = h