mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
Merged revisions 46377 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46377 | file | 2006-10-28 12:37:44 -0400 (Sat, 28 Oct 2006) | 2 lines Don't build muted on OpenBSD, it is not supported. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -23,6 +23,10 @@ ifeq ($(OSARCH),SunOS)
|
||||
UTILS:=$(filter-out muted,$(UTILS))
|
||||
endif
|
||||
|
||||
ifeq ($(OSARCH),OpenBSD)
|
||||
UTILS:=$(filter-out muted,$(UTILS))
|
||||
endif
|
||||
|
||||
ifeq ($(POPT_LIB),)
|
||||
UTILS:=$(filter-out smsq,$(UTILS))
|
||||
endif
|
||||
|
Reference in New Issue
Block a user