rpms/synce/devel synce.spec,1.11,1.12

Ralf Corsepius rc040203 at freenet.de
Wed Sep 28 11:16:01 UTC 2005


On Wed, 2005-09-28 at 06:22 -0400, Andreas Bierfert wrote:
> Author: awjb
> 
> Update of /cvs/extras/rpms/synce/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28293
> 
> Modified Files:
> 	synce.spec 
> Log Message:
> - try to fix hidden symbol error
> 
> 
> 
> Index: synce.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/synce/devel/synce.spec,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -u -r1.11 -r1.12
> --- synce.spec	28 Sep 2005 09:50:07 -0000	1.11
> +++ synce.spec	28 Sep 2005 10:22:24 -0000	1.12
> @@ -46,7 +46,7 @@
>  # build libsynce
>  cd synce-libsynce-%{version}
>  %configure --disable-static
> -make
> +make LDFLAGS="-lgcc"

Urgh - Are you serious about this?

I don't know why this package needs this, but in general -lgcc is
_never_ correct and indicates very serious problems inside of the
package.

Ralf






More information about the fedora-extras-list mailing list