WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Android, autoconf and arc4random_buf() #70

@anttikantee

Description

@anttikantee

Seems like some versions of Android provide arc4random_buf() in libc, but fail to provide a prototype for it. This causes autoconf to think Android is a HAVE_ARC4RANDOM_BUF target, but librumpuser fails to compile due to no prototype and proper warning flags.

Possibilities:

  • support only later versions of Android which apparently bother to supply a prototype (my suggestion)
  • add some hacks, maims and kludges into librumpuser/configure and/or buildrump.sh

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions