Skip to content
Snippets Groups Projects
Commit 09e1c34d authored by Mark Spencer's avatar Mark Spencer
Browse files

work around buggy redhat 9.o installs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@776 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2f771c67
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ CRYPTO_LIBS=-lssl -lcrypto ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment