pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/gcc48



* On 2016-09-04 at 19:29 BST, Maya Rashish wrote:

> Module Name:  pkgsrc
> Committed By: maya
> Date:         Sun Sep  4 18:29:39 UTC 2016
> 
> Modified Files:
>       pkgsrc/lang/gcc48: Makefile distinfo
> Added Files:
>       pkgsrc/lang/gcc48/patches: patch-gcc_config_netbsd.h
> 
> Log Message:
> lang/gcc48: disable libssp
> netbsd only: link against libc when building shared.
> 
> libssp is broken as it has headers like ssp/stdio.h which include
> <ssp.h>, when only ssp/ssp.h exists.
> simply building hello world (including stdio.h) with -D_FORTIFY_SOURCE
> will fail.
> 
> netbsd building of shared was broken as it did not link against libc when
> making shared. adjust the spec file so it will do this.
> 
> bump PKGREVISION
> 
> XXX - all the other versions of GCC likely need the same
> 
> thanks joerg for the help

Please limit this to NetBSD only.  We successfully use libssp on e.g.
SmartOS and this would cause a significant regression if applied to
gcc49.

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com



Home | Main Index | Thread Index | Old Index