mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
make: Remove 'res_features' from libraries to link against with cygwin/mingw32
Both the apps and channels Makefiles still listed 'res_features' as modules to link against when compiling for cygwin or mingw32. This module hasn't existed for quite some time. ASTERISK-18105 #close Reported by: feyfre ........ Merged revisions 432341 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 432342 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -34,6 +34,6 @@ $(if $(filter app_confbridge,$(EMBEDDED_MODS)),modules.link,app_confbridge.so):
|
|||||||
$(subst .c,.o,$(wildcard confbridge/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,app_confbridge)
|
$(subst .c,.o,$(wildcard confbridge/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,app_confbridge)
|
||||||
|
|
||||||
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
||||||
LIBS+= -lres_features.so -lres_ael_share.so -lres_monitor.so -lres_speech.so
|
LIBS+= -lres_ael_share.so -lres_monitor.so -lres_speech.so
|
||||||
LIBS+= -lres_smdi.so
|
LIBS+= -lres_smdi.so
|
||||||
endif
|
endif
|
||||||
|
@@ -20,7 +20,7 @@ all: _all
|
|||||||
include $(ASTTOPDIR)/Makefile.moddir_rules
|
include $(ASTTOPDIR)/Makefile.moddir_rules
|
||||||
|
|
||||||
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
|
||||||
LIBS+= -lres_monitor.so -lres_features.so
|
LIBS+= -lres_monitor.so
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
Reference in New Issue
Block a user