Blob Blame History Raw
diff -up ovaldi-5.9.1-src/project/linux/Makefile.build ovaldi-5.9.1-src/project/linux/Makefile
--- ovaldi-5.9.1-src/project/linux/Makefile.build	2011-05-11 09:42:14.000000000 -0400
+++ ovaldi-5.9.1-src/project/linux/Makefile	2011-05-11 09:43:25.023598214 -0400
@@ -49,7 +49,7 @@ CPPFLAGS = -Wall -O -DLINUX $(INCDIRS)
 LIBDIR = -L/usr/local/lib -L/usr/lib
 
 # What libraries do we need?
-LIBS = -lxerces-c -lxalan-c -lpcre -lpopt -lgcrypt -lldap
+LIBS = -lxerces-c -lxalan-c -lpcre -lpopt -lgcrypt -lldap -llber
 
 # Determine what package management system is being used 
 PACKAGE_RPM  = $(shell /usr/bin/env rpm  --version 2>/dev/null)
diff -up ovaldi-5.9.1-src/src/Main.h.build ovaldi-5.9.1-src/src/Main.h
--- ovaldi-5.9.1-src/src/Main.h.build	2011-02-04 22:41:10.000000000 -0500
+++ ovaldi-5.9.1-src/src/Main.h	2011-05-11 09:45:35.084006207 -0400
@@ -38,7 +38,7 @@
 #endif
 
 #ifdef LINUX
-#  define STRNICMP strnicmp
+#  define STRNICMP strncasecmp
 #elif defined SUNOS
 #  define STRNICMP strncasecmp
 #elif defined DARWIN