git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Josh Roberson 20 years ago
parent ab56f3a571
commit 15f5afeaa8

@ -1,5 +1,7 @@
2005-11-19 Josh Roberson <josh@asteriasgi.com> 2005-11-19 Josh Roberson <josh@asteriasgi.com>
* channels/Makefile: Put chan_oss back into the default build. (issue #5799)
* funcs/func_enum.c: Fix long text description causing cosmetic defect on module load. (issue #5971) * funcs/func_enum.c: Fix long text description causing cosmetic defect on module load. (issue #5971)
2005-11-19 Russell Bryant <russell@digium.com> 2005-11-19 Russell Bryant <russell@digium.com>

@ -63,7 +63,8 @@ ifneq (${OSARCH},Darwin)
ifneq (${OSARCH},CYGWIN) ifneq (${OSARCH},CYGWIN)
# the ISDN4Linux channel driver is probably broken on all modern kernels, # the ISDN4Linux channel driver is probably broken on all modern kernels,
# but if you wish to try to use it, uncomment the line below # but if you wish to try to use it, uncomment the line below
# CHANNEL_LIBS+=chan_oss.so chan_modem_i4l.so # CHANNEL_LIBS+=chan_modem_i4l.so
CHANNEL_LIBS+=chan_oss.so
endif endif
endif endif
endif endif

Loading…
Cancel
Save