Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv9153
Modified Files:
Makefile
Log Message:
fix issue with x86_64 on 2.4 kernels
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Makefile 23 May 2005 22:48:36 -0000 1.79
+++ Makefile 3 Jun 2005 16:06:25 -0000 1.80
@@ -34,11 +34,11 @@
endif
KFLAGS_PPC:=$(shell if uname -m | grep -q ppc; then echo "-msoft-float
-fsigned-char"; fi)
KFLAGS+=$(KFLAGS_PPC)
+KFLAGS+=$(shell if uname -r | grep -q 2.4; then if uname -m | grep -q x86_64;
then echo "-mcmodel=kernel"; fi; fi)
#
# Features are now configured in zconfig.h
#
-#
KFLAGS+=-DSTANDALONE_ZAPATA
CFLAGS+=-DSTANDALONE_ZAPATA
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs