mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
work around buggy redhat 9.o installs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@776 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -17,6 +17,10 @@ CRYPTO_LIBS=-lssl -lcrypto
|
|||||||
|
|
||||||
CFLAGS+=
|
CFLAGS+=
|
||||||
CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo " -DZAPATA_MOH")
|
CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo " -DZAPATA_MOH")
|
||||||
|
#
|
||||||
|
# Work around buggy RedHat 9.0
|
||||||
|
#
|
||||||
|
CFLAGS+=-DOPENSSL_NO_KRB5
|
||||||
|
|
||||||
all: $(MODS)
|
all: $(MODS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user