summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-06 15:42:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-15 10:56:14 +0100
commite0b4edbdcc3558d3f38af8398f995c2e9f019f07 (patch)
treeea91a5fcfb9b6a66a8c0b74cf68ff8d450ce17e0 /libbsd.py
parentDisable or make static kern_* functions (diff)
downloadrtems-libbsd-e0b4edbdcc3558d3f38af8398f995c2e9f019f07.tar.bz2
Update to FreeBSD head 2018-11-15
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
Diffstat (limited to 'libbsd.py')
-rw-r--r--libbsd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index f6fbaeff..ca90f76d 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -3950,7 +3950,7 @@ class contrib_expat(builder.Module):
def generate(self):
mm = self.manager
- cflags = ['-DHAVE_MEMMOVE=1']
+ cflags = ['-DHAVE_MEMMOVE=1', '-DHAVE_ARC4RANDOM_BUF=1']
self.addRTEMSHeaderFiles(
[
'include/bsdxml.h',
@@ -3966,6 +3966,7 @@ class contrib_expat(builder.Module):
'contrib/expat/lib/internal.h',
'contrib/expat/lib/latin1tab.h',
'contrib/expat/lib/nametab.h',
+ 'contrib/expat/lib/siphash.h',
'contrib/expat/lib/utf8tab.h',
'contrib/expat/lib/xmlrole.h',
'contrib/expat/lib/xmltok.h',