SUNWevolution.spec
changeset 11117 e173ff8a629c
parent 11095 6dad7ee85c27
child 11370 338c15c66cee
--- a/SUNWevolution.spec	Fri Nov 02 18:49:15 2007 +0000
+++ b/SUNWevolution.spec	Mon Nov 05 05:10:09 2007 +0000
@@ -111,10 +111,8 @@
 cp %SOURCE1 %{_builddir}/%name-%version/evolution-%{evolution.version}
 
 %build
-#FIXME: symbol clash in the evo libraries means we can't use -Bdirect
-#       should be re-enabled once these issues are fixed
 export LD=/usr/ccs/bin/ld 
-export LDFLAGS="%{?arch_ldadd} -Wl,-z,ignore -L%{_libdir} -R%{_libdir}"
+export LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir}"
 export CFLAGS="%optflags"
 %if %option_with_gnu_iconv
 export CFLAGS="$CFLAGS -I/usr/gnu/include -L/usr/gnu/lib -R/usr/gnu/lib"
@@ -290,6 +288,8 @@
 %{_sysconfdir}/gconf/schemas/evolution-mail.schemas
 
 %changelog
+* Mon Nov  5 2007 - [email protected]
+- Use system ldflag to enable -Bdirect
 * Wed Oct 31 2006 - [email protected]
 - Put the /usr/gnu references inside '%if %option_with_gnu_iconv' test.
 * Wed Oct 31 2006 - [email protected]