Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 16:26:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203380] [patch] security/sudo configure fails with world built WITHOUT_SSP
Message-ID:  <bug-203380-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203380

            Bug ID: 203380
           Summary: [patch] security/sudo configure fails with world built
                    WITHOUT_SSP
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga@FreeBSD.org
          Reporter: kennethsalerno@yahoo.com
          Keywords: patch
             Flags: maintainer-feedback?(garga@FreeBSD.org)
          Assignee: garga@FreeBSD.org

Created attachment 161440
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161440&action=edit
Remove redundant lssp_nonshared

Makefile for security/sudo unnecessarily forces -lssp_nonshared when
/usr/lib/libc.so already includes this for every link:

> cat /usr/lib/libc.so
/* $FreeBSD: releng/10.1/lib/libc/libc.ldscript 258398 2013-11-20 20:24:59Z
peter $ */
GROUP ( /lib/libc.so.7 /usr/lib/libc_nonshared.a /usr/lib/libssp_nonshared.a )

When a user builds world WITHOUT_SSP the library /usr/lib/libssp_nonshared.a
does not exist. Do not force this library for sudo, it is automatic.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203380-13>