Added weird & wild flag to build on RH9, as per todays post
authoraland <aland>
Thu, 26 Jun 2003 19:33:57 +0000 (19:33 +0000)
committeraland <aland>
Thu, 26 Jun 2003 19:33:57 +0000 (19:33 +0000)
to -users from Michael Griego

src/modules/rlm_eap/types/rlm_eap_tls/Makefile.in

index dd3476c..573e008 100644 (file)
@@ -1,6 +1,6 @@
 TARGET      = @targetname@
 SRCS        = rlm_eap_tls.c eap_tls.c cb.c tls.c mppe_keys.c
-RLM_CFLAGS  = $(INCLTDL) -I../.. @eap_tls_cflags@
+RLM_CFLAGS  = $(INCLTDL) -I../.. @eap_tls_cflags@ -DOPENSSL_NO_KRB5
 HEADERS     = eap_tls.h
 RLM_INSTALL = 
 RLM_LIBS    += @eap_tls_ldflags@