http://bugzilla.rpmfusion.org/show_bug.cgi?id=440
--- Comment #17 from Orcan Ogetbil <[email protected]> 2009-04-06 17:51:47 --- No, see: On my system rpm -E %optflags says: ------------------------------------------------------------------------- -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic ------------------------------------------------------------------------- On the other hand, I see this in the build log of vbam: ------------------------------------------------------------------------- DEBUG: /usr/bin/cmake -E cmake_progress_report /builddir/build/BUILD/vbam-1.8.0/CMakeFiles 32 DEBUG: [ 3%] Building C object CMakeFiles/vbamcore.dir/src/common/memgzio.o DEBUG: /usr/lib64/ccache/gcc -DHAVE_NETINET_IN_H -DHAVE_ARPA_INET_H -DHAVE_ZLIB_H -DFINAL_VERSION -DSDL -DUSE_OPENGL -DBKPT_SUPPORT -DC_CORE -O3 -Wall -I/usr/include/SDL -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/giomm-2.4 -I/usr/lib64/giomm-2.4/include -I/usr/include/gtkmm-2.4 -I/usr/lib64/gtkmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -I/usr/include/gtkglextmm-1.2 -I/usr/lib64/gtkglextmm-1.2/include -I/usr/include/gtkglext-1.0 -I/usr/lib64/gtkglext-1.0/include -I/usr/include/libglademm-2.4 -I/usr/lib64/libglademm-2.4/include -I/usr/include/libglade-2.0 -I/usr/include/libxml2 -DSYSCONFDIR='"/etc"' -DWITH_LIRC='0' -DVERSION='"1.8.0-SVN"' -DPKGDATADIR='"/usr/share/vbam"' -DPACKAGE='' -o CMakeFiles/vbamcore.dir/src/common/memgzio.o -c /builddir/build/BUILD/vbam-1.8.0/src/common/memgzio.c ------------------------------------------------------------------------- The above flags are not passed, except -Wall. The sed command I gave before fixes this issue. Note that %optflags should be passed on each usage of the C/C++/Fortran compilers. -- Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
