mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 10:02:27 +00:00
fix a typo, oops!
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6737 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -307,7 +307,7 @@ ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/sys/poll.h),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/dlfcn.h),)
|
ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/dlfcn.h),)
|
||||||
OBJS+= dhfcn.o
|
OBJS+= dlfcn.o
|
||||||
ASTCFLAGS+=-DDLFCNCOMPAT
|
ASTCFLAGS+=-DDLFCNCOMPAT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user