mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
Update to FreeBSD head 2018-11-15
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user