[Home]

Summary:ASTERISK-05431: Problem in the Zaptel Makefile for the X86-64 arch
Reporter:Håkan Källberg (hk)Labels:
Date Opened:2005-11-02 14:06:25.000-0600Date Closed:2008-06-07 11:08:04
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:There is a problem in the Makefile for zaptel. It is only relevant for x86_64
architechtures.

   % cvs diff Makefile
   Index: Makefile
   ===================================================================
   RCS file: /usr/cvsroot/zaptel/Makefile,v
   retrieving revision 1.90
   diff -r1.90 Makefile
   27c27
   < CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_X64-64)
   ---
   > CFLAGS+=$(CFLAGS_PPC) $(CFLAGS_X86-64)

Comments:By: Matt O'Gorman (mogorman) 2005-11-02 16:50:12.000-0600

can you run uname -m so that we can see what a ppc64 returns.

By: Håkan Källberg (hk) 2005-11-02 17:14:19.000-0600

Well, it is obvious, isn't it? Take a look in the Makefile. The variable CFLAGS_X64_64 is not defined anywhere, the variable CFLAGS_X86-64 is.

This is relevant for the x86_64 architechture:

% uname -m
x86_64

By: Russell Bryant (russell) 2005-11-03 15:39:53.000-0600

fixed in cvs head, thanks!

By: Digium Subversion (svnbot) 2008-06-07 11:08:04

Repository: dahdi
Revision: 805

U   trunk/Makefile

------------------------------------------------------------------------
r805 | russell | 2008-06-07 11:08:03 -0500 (Sat, 07 Jun 2008) | 2 lines

fix silly typo (issue ASTERISK-5431)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=805