SUNWevolution.spec
changeset 17234 e99f7e9df3c2
parent 17224 c9d66e913881
child 17238 2fe522c3338a
--- a/SUNWevolution.spec	Wed Dec 23 01:34:07 2009 +0000
+++ b/SUNWevolution.spec	Wed Dec 23 04:35:24 2009 +0000
@@ -106,7 +106,7 @@
 
 %build
 export LD=/usr/ccs/bin/ld 
-export LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir}"
+export LDFLAGS="%_ldflags -L%{_libdir} -R%{_libdir} -R`pkg-config --variable=libdir nss` -R`pkg-config --variable=libdir nspr`"
 export CFLAGS="%optflags"
 %if %option_with_gnu_iconv
 export CFLAGS="$CFLAGS -I/usr/gnu/include -L/usr/gnu/lib -R/usr/gnu/lib"
@@ -251,6 +251,8 @@
 %{_sysconfdir}/xdg/autostart/*
 
 %changelog
+* Wed Dec 23 2009 - [email protected]
+- Moves ldfalgs from evolution.spec.
 * Mon Dec 21 2009 - [email protected]
 - Remove SUNWgnome-print dependency.
 * Fri Sep 11 2009 - [email protected]