Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/22/1998 08:00:02
bad
Wed Jul 22 07:53:54 PDT 1998
Update of /cvsroot/pkgsrc/mail/qpopper/patches
In directory nb00:/tmp/cvs-serv22180/patches

Modified Files:
	patch-ac patch-ag 
Log Message:
Do not use -fpcc-struct-return.
Fixes qpopper/qpopauth core dumping when accessing the APOP database.
Fix provided by Fukaumi Naoki <naokif@aya.or.jp>.


is
Wed Jul 22 07:58:48 PDT 1998
Update of /cvsroot/xsrc/xc/config/cf
In directory nb00:/tmp/cvs-serv22213

Modified Files:
	NetBSD.cf 
Log Message:
Use -fPIC instead of -fpic for shared libraries.
-fpic has the potential to overflow the GOT, resulting in segmentation
faults (recently observed trying to draw arrow tips with xfig on m68k
machines).