[svn-commits] qwell: branch 1.4 r59573 - in /branches/1.4: ./ main/
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Fri Mar 30 15:50:31 MST 2007
Author: qwell
Date: Fri Mar 30 17:50:31 2007
New Revision: 59573
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59573
Log:
Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...
Modified:
branches/1.4/acinclude.m4
branches/1.4/configure
branches/1.4/main/Makefile
Modified: branches/1.4/acinclude.m4
URL: http://svn.digium.com/view/asterisk/branches/1.4/acinclude.m4?view=diff&rev=59573&r1=59572&r2=59573
==============================================================================
--- branches/1.4/acinclude.m4 (original)
+++ branches/1.4/acinclude.m4 Fri Mar 30 17:50:31 2007
@@ -514,7 +514,7 @@
fi
if test "x$ac_cv_func_fork_works" = xcross; then
case $host in
- *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
+ *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
# Override, as these systems have only a dummy fork() stub
ac_cv_func_fork_works=no
;;
Modified: branches/1.4/configure
URL: http://svn.digium.com/view/asterisk/branches/1.4/configure?view=diff&rev=59573&r1=59572&r2=59573
==============================================================================
--- branches/1.4/configure (original)
+++ branches/1.4/configure Fri Mar 30 17:50:31 2007
@@ -12577,7 +12577,7 @@
fi
if test "x$ac_cv_func_fork_works" = xcross; then
case $host in
- *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
+ *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
# Override, as these systems have only a dummy fork() stub
ac_cv_func_fork_works=no
;;
Modified: branches/1.4/main/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/Makefile?view=diff&rev=59573&r1=59572&r2=59573
==============================================================================
--- branches/1.4/main/Makefile (original)
+++ branches/1.4/main/Makefile Fri Mar 30 17:50:31 2007
@@ -51,7 +51,7 @@
OBJS+=dlfcn.o
endif
-ifneq ($(findstring $(OSARCH), linux-gnu uclinux ),)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc ),)
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
AST_LIBS+=-ldl
endif
More information about the svn-commits
mailing list