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

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Sep 28 10:22:27 UTC 2005


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"
 SYNCEINC="$(pwd)/lib"
 SYNCELIB="$(pwd)/lib/.libs"
 cd ..
@@ -56,7 +56,7 @@
     --with-libsynce-include="${SYNCEINC}" \
     --with-libsynce-lib="${SYNCELIB}" \
     --disable-static
-make LDFLAGS="-L${SYNCEINC}"
+make LDFLAGS="-L${SYNCEINC} -lgcc"
 cd ..
 # build librapi2
 cd synce-librapi2-%{version}
@@ -64,7 +64,7 @@
     --with-libsynce-include="${SYNCEINC}" \
     --with-libsynce-lib="${SYNCELIB}" \
     --disable-static
-make LDFLAGS="-L${SYNCEINC}"
+make LDFLAGS="-L${SYNCEINC} -lgcc"
 RAPI2INC="$(pwd)/src"
 RAPI2LIB="$(pwd)/src/.libs"
 cd ..




More information about the fedora-extras-commits mailing list