[Bug 1713] New: configure fails to recognise getseuserbyname and get_default_context_with_level

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Feb 10 08:14:47 EST 2010


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: unassigned-bugs at mindrot.org
        ReportedBy: cjwatson at debian.org


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

Caleb Case <calebcase at gmail.com> 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.


More information about the openssh-bugs mailing list