]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
work around buggy redhat 9.o installs
authorMark Spencer <markster@digium.com>
Tue, 8 Apr 2003 04:28:09 +0000 (04:28 +0000)
committerMark Spencer <markster@digium.com>
Tue, 8 Apr 2003 04:28:09 +0000 (04:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@776 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/Makefile

index deab737232353d279248d6d3181bbb815a773ebe..b0967f828089028eed0ed5fdee7fc9695fe9fb79 100755 (executable)
@@ -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)