Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: SteGUI - SteGUI is a graphical front-end to Steghide https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244171 ------- Additional Comments From bugs.michael@xxxxxxx 2007-06-30 06:38 EST ------- > I removed the CFLAGS and CXXFLAGS to let the code compile with it owns Instead, you need to patch it to build with $RPM_BUILD_FLAGS or find other ways to make it accept the custom CXXFLAGS passed in from the outside. For example: make CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" all would work. See comment 5, which shows an excerpt from the build log where the code did not accept the flags yet. Here for clarity: CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protec tor --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unw ind-tables' CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-prot ector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-u nwind-tables' [...] make all g++ -Wall -pedantic -O2 `fltk-config --cxxflags` -c -o src/Callback.o src/Call back.cc [...] gcc -O2 -c -o src/Player.o src/Player.c -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review