[asterisk-commits] kpfleming: branch group/new_loader_completion r40664 - /team/group/new_loader...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Aug 20 11:06:41 MST 2006


Author: kpfleming
Date: Sun Aug 20 13:06:41 2006
New Revision: 40664

URL: http://svn.digium.com/view/asterisk?rev=40664&view=rev
Log:
uClinux needs these libraries too

Modified:
    team/group/new_loader_completion/main/Makefile

Modified: team/group/new_loader_completion/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/new_loader_completion/main/Makefile?rev=40664&r1=40663&r2=40664&view=diff
==============================================================================
--- team/group/new_loader_completion/main/Makefile (original)
+++ team/group/new_loader_completion/main/Makefile Sun Aug 20 13:06:41 2006
@@ -51,7 +51,7 @@
   OBJS+=dlfcn.o
 endif
 
-ifeq ($(OSARCH),linux-gnu)
+ifneq ($(findstring $(OSARCH), linux-gnu uclinux ),)
   ifneq ($(findstring LOADABLE_MODULES,$(MENUSELECT_CFLAGS)),)
   AST_LIBS+=-ldl
   endif



More information about the asterisk-commits mailing list