[Asterisk-cvs] asterisk/cdr Makefile,1.33,1.34
markster
markster
Sun Nov 13 19:54:53 CST 2005
Update of /usr/cvsroot/asterisk/cdr
In directory mongoose.digium.com:/tmp/cvs-serv14178/cdr
Modified Files:
Makefile
Log Message:
fix bsd compile issue (bug #5731)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/cdr/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile 1 Nov 2005 21:53:29 -0000 1.33
+++ Makefile 14 Nov 2005 00:45:07 -0000 1.34
@@ -21,7 +21,8 @@
endif
ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include -L$(CROSS_COMPILE_TARGET)/usr/local/lib
+ CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
+ SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
endif
#The problem with sparc is the best stuff is in newer versions of gcc (post 3.0) only.
More information about the svn-commits
mailing list