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

           Summary: configure fails to recognise getseuserbyname and
                    get_default_context_with_level
           Product: Portable OpenSSH
           Version: 5.3p1
          Platform: Other
               URL: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug
                    /188136
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=1792)
 --> (https://bugzilla.mindrot.org/attachment.cgi?id=1792)
add -lselinux to LIBS before calling AC_CHECK_FUNCS

Caleb Case <[email protected]> pointed out in
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/188136 that
configure fails to detect some SELinux functions because it doesn't add
-lselinux to LIBS before calling AC_CHECK_FUNCS.  (Changing LIBS here
clearly has no effect on any code after the AC_CHECK_FUNCS call - LIBS
is reset immediately afterwards.)

Apologies for not forwarding this patch before now.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to