4f5fe03cbf
plain MD5 encryption and an option to specify additional conditions. Problem reported by Simon Hamilton, request by Markus Liljergren, tested by both.
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2008/03/25 23:23:15 simon Exp $
|
|
--- Makefile.orig Mon Sep 10 16:12:08 2001
|
|
+++ Makefile Fri Feb 15 16:14:36 2008
|
|
@@ -3,7 +3,7 @@ APXSFLAGS =
|
|
DSO = mod_auth_mysql.so
|
|
SRCS = mod_auth_mysql.c
|
|
HDRS = mod_auth_mysql.h
|
|
-OPTS = -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
|
|
+OPTS = -I$(LOCALBASE)/include/mysql -L$(LOCALBASE)/lib/mysql -lmysqlclient
|
|
|
|
all: $(DSO)
|
|
|