[Bug 2274] New: Build fixes for musl libc

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 12 14:06:44 EST 2014


https://bugzilla.mindrot.org/show_bug.cgi?id=2274

            Bug ID: 2274
           Summary: Build fixes for musl libc
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: maarten at treewalker.org

Created attachment 2472
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2472&action=edit
Add #include <sys/param.h> in source files using "howmany"

When compiling with musl libc, the configure script finds the presence
of the "howmany" macro, which musl defines in <sys/param.h>. However,
only some of the sources using "howmany" actually include that header.

Attached is a patch to add the necessary #includes.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list