pkgsrc-Bugs archive

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

pkg/43888: sysutil/eggdbus-0.6 fails to build with gcc and non gnu-ld



>Number:         43888
>Category:       pkg
>Synopsis:       sysutil/eggdbus-0.6 fails to build with gcc and non gnu-ld
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 20 11:15:00 +0000 2010
>Originator:     Daniel Vergien
>Release:        pkgsrc-current
>Organization:
>Environment:
SunOS pkgsrc 5.10 Generic_142901-15 i86pc i386 i86pc
>Description:
Eggdbus fails to build if gcc and sun ld is used because it assumes to use the 
ldflag "--as-needed" is ok to use if gcc is used.
>How-To-Repeat:
Build eggdbus with the gcc shipped with solaris.
>Fix:
Patch line 122 of configure.ac from

if test "x$GCC" = "xyes"; then

to 

if test "$lt_cv_prog_gnu_ld" = "yes"; then




Home | Main Index | Thread Index | Old Index