From 09e1c34d99563b06aba0826511c9bc8bc39248d8 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 8 Apr 2003 04:28:09 +0000 Subject: [PATCH] work around buggy redhat 9.o installs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@776 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/Makefile b/res/Makefile index deab737232..b0967f8280 100755 --- a/res/Makefile +++ b/res/Makefile @@ -17,6 +17,10 @@ CRYPTO_LIBS=-lssl -lcrypto CFLAGS+= CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo " -DZAPATA_MOH") +# +# Work around buggy RedHat 9.0 +# +CFLAGS+=-DOPENSSL_NO_KRB5 all: $(MODS)