[svn-commits] file: branch 1.4 r46377 - /branches/1.4/utils/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Oct 28 09:37:44 MST 2006


Author: file
Date: Sat Oct 28 11:37:44 2006
New Revision: 46377

URL: http://svn.digium.com/view/asterisk?rev=46377&view=rev
Log:
Don't build muted on OpenBSD, it is not supported.

Modified:
    branches/1.4/utils/Makefile

Modified: branches/1.4/utils/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/utils/Makefile?rev=46377&r1=46376&r2=46377&view=diff
==============================================================================
--- branches/1.4/utils/Makefile (original)
+++ branches/1.4/utils/Makefile Sat Oct 28 11:37:44 2006
@@ -20,6 +20,10 @@
 
 ifeq ($(OSARCH),SunOS)
   LIBS+=-lsocket -lnsl
+  UTILS:=$(filter-out muted,$(UTILS))
+endif
+
+ifeq ($(OSARCH),OpenBSD)
   UTILS:=$(filter-out muted,$(UTILS))
 endif
 



More information about the svn-commits mailing list