mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59573 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -514,7 +514,7 @@ else
|
|||||||
fi
|
fi
|
||||||
if test "x$ac_cv_func_fork_works" = xcross; then
|
if test "x$ac_cv_func_fork_works" = xcross; then
|
||||||
case $host in
|
case $host in
|
||||||
*-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
|
*-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
|
||||||
# Override, as these systems have only a dummy fork() stub
|
# Override, as these systems have only a dummy fork() stub
|
||||||
ac_cv_func_fork_works=no
|
ac_cv_func_fork_works=no
|
||||||
;;
|
;;
|
||||||
|
2
configure
vendored
2
configure
vendored
@@ -12577,7 +12577,7 @@ else
|
|||||||
fi
|
fi
|
||||||
if test "x$ac_cv_func_fork_works" = xcross; then
|
if test "x$ac_cv_func_fork_works" = xcross; then
|
||||||
case $host in
|
case $host in
|
||||||
*-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
|
*-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
|
||||||
# Override, as these systems have only a dummy fork() stub
|
# Override, as these systems have only a dummy fork() stub
|
||||||
ac_cv_func_fork_works=no
|
ac_cv_func_fork_works=no
|
||||||
;;
|
;;
|
||||||
|
@@ -51,7 +51,7 @@ ifeq ($(wildcard /usr/include/dlfcn.h),)
|
|||||||
OBJS+=dlfcn.o
|
OBJS+=dlfcn.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(findstring $(OSARCH), linux-gnu uclinux ),)
|
ifneq ($(findstring $(OSARCH), linux-gnu uclinux linux-uclibc ),)
|
||||||
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
|
ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
|
||||||
AST_LIBS+=-ldl
|
AST_LIBS+=-ldl
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user