From 34567e719d310a0e3948686703359218e08885f9 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 8 Apr 2003 04:28:09 +0000 Subject: work around buggy redhat 9.o installs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@776 f38db490-d61c-443f-a65b-d21fe96a405b --- res/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/Makefile b/res/Makefile index deab73723..b0967f828 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) -- cgit v1.2.3