Received: (qmail 30029 invoked by uid 501); 24 Aug 2000 23:04:07 -0000 Message-Id: <20000824230407.30028.qmail@locus.apache.org> Date: 24 Aug 2000 23:04:07 -0000 From: Mike Abbott Reply-To: mja@sgi.com To: submit@bugz.apache.org Subject: 2.0a6 APRVARS.in overwrites EXTRA_LIBS X-Send-Pr-Version: 3.110 >Number: 6463 >Category: build >Synopsis: 2.0a6 APRVARS.in overwrites EXTRA_LIBS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Aug 24 16:10:01 PDT 2000 >Closed-Date: Sun Sep 10 15:08:02 PDT 2000 >Last-Modified: Sun Sep 10 15:08:02 PDT 2000 >Originator: mja@sgi.com >Release: 2.0a6 >Organization: >Environment: Irix 6.5 >Description: APRVARS.in replaces rather than adds to the value of EXTRA_LIBS, which breaks constructs like the following in modules' config.m4 files: LIBS="$LIBS -lxxx" such as in modules/file_cache/config.m4 and modules/example/config.m4. configure line 7689 adds $LIBS to EXTRA_LIBS configure line 8349 sources lib/apr/APRVARS APRVARS, constructed from APRVARS.in, assigns a new value to EXTRA_LIBS, thereby losing the added library (-lxxx). >How-To-Repeat: >Fix: *** APRVARS.in#1 Thu Aug 24 15:58:43 2000 --- APRVARS.in Tue Aug 22 16:58:55 2000 @@ -1 +1 @@ -EXTRA_LIBS="@LIBS@" +EXTRA_LIBS="$EXTRA_LIBS @LIBS@" >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: abagchi State-Changed-When: Sun Sep 10 15:08:02 PDT 2000 State-Changed-Why: Fixed in CVS. Thank you for the bug report. >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]