patchGNU Autoconf Archive - Patches: patch #8238, Bug fix to...

 
 

patch #8238: Bug fix to ax_create_pkgconfig_info.m4

Submitter:  Jeremiah Willcock <jewillco>
Submitted:  Wed 13 Nov 2013 09:10:17 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 10 Dec 2013 09:03:57 PM UTC, comment #1: 

Pushed in commit 9a3e8ff. Thank you very much for the report!

Peter Simons <simons>
Group administrator
Wed 13 Nov 2013 09:10:17 PM UTC, original submission:  

There is a typo in the definition of PKGCONFIG_ldflags; the code currently reads:

PKGCONFIG_ldflags="ifelse($6,,$PACKAGE_LDFLAGS,$5)"

and should be:

PKGCONFIG_ldflags="ifelse($6,,$PACKAGE_LDFLAGS,$6)"

Note the change in the variable name.  This bug causes incorrect results when using a non-default value for the ldflags parameter.

Jeremiah Willcock <jewillco>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons (Posted a comment)
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by jewillco (Submitted the item)
  •  

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-02-07 simons Open/ClosedOpen Closed
    2014-02-07 simons StatusReady For Test Done
    2013-12-10 simons StatusNone Ready For Test
        Assigned toNone simons
        Carbon-Copy- Added guido u. draheim <guidod@gmx.de>
        Carbon-Copy- Added sven verdoolaege <skimo@kotnet.org>

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code