]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...
authorJason Parker <jparker@digium.com>
Fri, 30 Mar 2007 22:50:31 +0000 (22:50 +0000)
committerJason Parker <jparker@digium.com>
Fri, 30 Mar 2007 22:50:31 +0000 (22:50 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59573 65c4cc65-6c06-0410-ace0-fbb531ad65f3

acinclude.m4
configure
main/Makefile

index 3df4b149209d7678231dd124db1eef95d803e5bc..fc4311ab053de95d1f7ee4ee5b284fc63d4cec3b 100644 (file)
@@ -514,7 +514,7 @@ else
 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
       ;;
index 226c11b536a0c1e9d7460d3e2fb75b2454a1b619..f545093fe7344aff3945073aafcc7fb8a83b5cc9 100755 (executable)
--- a/configure
+++ b/configure
@@ -12577,7 +12577,7 @@ else
 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
       ;;
index b8def5541fcb9bbd9fe1878c84248bd9d0c39951..34c85b2d6e1284d852d6736ad083ce3429caf0e0 100644 (file)
@@ -51,7 +51,7 @@ ifeq ($(wildcard /usr/include/dlfcn.h),)
   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