Ticket 122: mm Makefile does not use LDFLAGS
Could you please use the LDFLAGS variable in the Makefile for mm ?
I need to add flags to the link command and, as you don't include $(LDFLAGS) in the command to build libmm.la, I cannot inject them to the command. I had to use an ugly workaround : gmake "libdir = xxx/mm/lib $LDFLAGS". It would be much cleaner to use LDFLAGS in the Makefile.
And it would be more coherent as you include $CFLAGS in the compile command.
Thanks in advance
Francois
Remarks:
2006-Oct-02 13:31:58 by anonymous:
Sorry, I forgot my email : francois@tekwire.net
Properties:
Type: |
code |
|
Version: |
1.4.2 |
Status: |
closed |
|
Created: |
2006-Oct-02 13:30 |
Severity: |
3 |
|
Last Change: |
2006-Nov-20 20:52 |
Priority: |
4 |
|
Subsystem: |
mm |
Assigned To: |
rse |
|
Derived From: |
|
Creator: |
anonymous |
Derived Tickets:
#177 |
» |
Makefile does not use LDFLAGS |
Related Check-ins:
2006-Nov-20 20:52 |
• |
Check-in [5667]: Support the LDFLAGS and LIBS variables in Makefile. (By rse) |