Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 11517

Summary: fvwm2-2.3.15-2 does not honor RPM_OPT_FLAGS correctly
Product: [Retired] Red Hat Raw Hide Reporter: Moritz Barsnick <eedmoba>
Component: fvwm2Assignee: Preston Brown <pbrown>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1.0CC: barsnick
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-19 06:14:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Moritz Barsnick 2000-05-19 06:14:55 UTC
When building fvwm2-2.3.15-2 without autoconf present, ./configure is
automatically rerun (from the original run of ./configure). This subsequent
run does not honor the RPM_OPT_FLAGS (from CFLAGS), because the CFLAGS are
only set (CFLAGS="..." ./configure) and not exported from the shell
(CFLAGS="..."; export CFLAGS; ./configure). Therefore, the default "-O2 -g"
is activated and not the RPM_OPT_FLAGS.

Comment 1 Than Ngo 2000-08-05 00:02:42 UTC
was fixed in Beta3.