UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Submit Patch #5442 ./configure ignores CFLAGS and LDFLAGS parameters
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Submit Patch
  • Category
    Not determined
  • Targetted for
    Not determined
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
  • Time spent
    100 hours
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (1)
Duplicate issues (0)
This issue does not have any duplicates
Description
On Mac, I installed gettext with homebrew, which puts them into /usr/local/Cellar/gettext/0.19.4/. Thus, I need to add my custom CFLAGS to configure:

<source>
./configure CFLAGS=" -I/usr/local/Cellar/gettext/0.19.4/include/ " LDFLAGS=" -L/usr/local/Cellar/gettext/0.19.4/lib -Wl,-rpath,/usr/local/Cellar/gettext/0.19.4/lib "
</source>

Unfortunately, currently the configure script accepts CFLAGS= and LDFLAGS parameters, then ignores them. My patch adds writing them into Makefile.local. It's tested and works for me.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif