patchmldonkey, a multi-networks file-sharing client - Patches: patch #4892, Make fails when CXXFLAGS is defined

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #4892: Make fails when CXXFLAGS is defined

Submitter:  mike <mikex>
Submitted:  Wed 08 Feb 2006 11:24:03 PM UTC
   
 
Category:  None Priority:  3 - Low
Status:  Done Assigned to:  None
Open/Closed:  Closed

Thu 09 Feb 2006 11:46:59 AM UTC, comment #1: 

Applied 2006/02/09

spiralvoice <spiralvoice>
Group administrator
Wed 08 Feb 2006 11:24:03 PM UTC, original submission:  

make fails when I define CXXFLAGS, e.g. export CXXFLAGS=-O2 -msse

grep -n CXX Makefile
301:  CRYPTOPP_LIBS_flags += -cc $(CXX) $(CXXFLAGS) -ccopt -fno-omit-frame-pointer

A workaround is to quote the arguments to -cc:
301:  CRYPTOPP_LIBS_flags += -cc '$(CXX) $(CXXFLAGS)' -ccopt -fno-omit-frame-pointer

mike <mikex>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-02-09 spiralvoice StatusNone Done
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code