Hello community, here is the log from the commit of package cint for openSUSE:Factory checked in at Tue Oct 18 13:58:30 CEST 2011.
-------- --- openSUSE:Factory/cint/cint.changes 2011-09-23 01:53:30.000000000 +0200 +++ /mounts/work_src_done/STABLE/cint/cint.changes 2011-10-16 15:12:51.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Oct 16 12:35:58 CEST 2011 - [email protected] + +- supporting $RPM_OPT_FLAGS +- compiling with -fPIC on ARM and x86_64 (fixed build) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cint.spec ++++++ --- /var/tmp/diff_new_pack.VVq7ma/_old 2011-10-18 13:58:26.000000000 +0200 +++ /var/tmp/diff_new_pack.VVq7ma/_new 2011-10-18 13:58:26.000000000 +0200 @@ -44,6 +44,11 @@ ./configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --readlinelib=%{_libdir}/libreadline.so +%ifarch %{arm} x86_64 +export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -fPIC" +%endif +echo "G__CFG_CFLAGS := ${RPM_OPT_FLAGS}" >> Makefile.conf +echo "G__CFG_CXXFLAGS := ${RPM_OPT_FLAGS} -DG__GNUREADLINE" >> Makefile.conf make %{_smp_mflags} %install continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
