summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-08 04:28:09 +0000
committerMark Spencer <markster@digium.com>2003-04-08 04:28:09 +0000
commit09e1c34d99563b06aba0826511c9bc8bc39248d8 (patch)
tree23c1a1c329084ae264251c61881cdfa310af599b /res
parent2f771c677eeff98d27d5d57b8d8ac9f1255f0a16 (diff)
work around buggy redhat 9.o installs
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@776 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rwxr-xr-xres/Makefile4
1 files changed, 4 insertions, 0 deletions
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)