Menu

#878 Don't include LDFLAGS int pkg-config libs

closed-fixed
5
2013-06-21
2009-11-06
No

curl saves the LDFLAGS set during configure into its pkg-config file.
So -Wl stuff ends up in the .pc file, which is really bad, and breaks
if there are multiple -Wl in our LDFLAGS (which are in PTXdist)

Discussion

  • Robert Schwebel

    Robert Schwebel - 2009-11-06

    patch

     
  • Daniel Stenberg

    Daniel Stenberg - 2009-11-11
    • assigned_to: nobody --> bagder
     
  • Daniel Stenberg

    Daniel Stenberg - 2009-11-17

    Thanks for the report, this problem is now fixed in CVS!

     
  • Daniel Stenberg

    Daniel Stenberg - 2009-11-17
    • labels: --> compile or build problem
    • milestone: --> wrong_content
    • status: open --> closed-fixed