[asterisk-bugs] [DAHDI-tools 0016597]: [patch] Dadhi-tools ignores linker flags when building utilities in xpp/
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Mar 7 01:45:16 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16597
======================================================================
Reported By: pprindeville
Assigned To:
======================================================================
Project: DAHDI-tools
Issue ID: 16597
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: confirmed
JIRA:
Reviewboard Link:
======================================================================
Date Submitted: 2010-01-13 18:36 CST
Last Modified: 2010-03-07 01:45 CST
======================================================================
Summary: [patch] Dadhi-tools ignores linker flags when
building utilities in xpp/
Description:
The value of $(LDFLAGS) is not used by xpp/Makefile when doing terminal
link edit.
Example:
fpga_load: fpga_load.o hexfile.o
$(CC) -L. -o $@ $^ $(EXTRA_LIBS) $(USB_LIB)
astribank_hexload: $(ABHEXLOAD_OBJS)
$(CC) -L. -o $@ $(ABHEXLOAD_OBJS) $(EXTRA_LIBS) $(USB_LIB)
astribank_tool: $(ABTOOL_OBJS)
$(CC) -L. -o $@ $(ABTOOL_OBJS) $(EXTRA_LIBS) $(USB_LIB)
astribank_allow: $(ABALLOW_OBJS)
$(CC) -L. -o $@ $(ABALLOW_OBJS) $(EXTRA_LIBS) $(USB_LIB)
fpga_load.o: CFLAGS+=-D_GNU_SOURCE # We use memrchr()
test_parse: test_parse.o hexfile.o
$(CC) -L. -o $@ $^ $(EXTRA_LIBS) $(USB_LIB)
also, it's not clear that there's any value to using $(CC) to link instead
of $(LD).
======================================================================
----------------------------------------------------------------------
(0119062) svnbot (reporter) - 2010-03-07 01:45
https://issues.asterisk.org/view.php?id=16597#c119062
----------------------------------------------------------------------
Repository: dahdi
Revision: 8263
U tools/trunk/configure.ac
U tools/trunk/makeopts.in
U tools/trunk/xpp/Makefile
------------------------------------------------------------------------
r8263 | tzafrir | 2010-03-07 01:45:14 -0600 (Sun, 07 Mar 2010) | 11 lines
Use LDFLAGS in the xpp Makefile
Use a more standard link command in the xpp Makefile.
(closes issue https://issues.asterisk.org/view.php?id=16597)
Reported by: pprindeville
Patches:
dahdi-tools-bugid16597#3.patch uploaded by pprindeville (license
347)
Tested by: pprindeville, tzafrir
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=8263
Issue History
Date Modified Username Field Change
======================================================================
2010-03-07 01:45 svnbot Checkin
2010-03-07 01:45 svnbot Note Added: 0119062
======================================================================
More information about the asterisk-bugs
mailing list