pkgsrc/www/ap-auth-mysql/patches/patch-ae
ben b1de3df556 Add linker search path for mysql library.
Bump pkgrevision.
Reported by Jaromir Dolecek.
2006-05-16 02:35:37 +00:00

13 lines
336 B
Text

$NetBSD: patch-ae,v 1.1 2006/05/16 02:35:37 ben Exp $
--- Makefile.in.orig 2004-05-11 04:26:01.000000000 +0000
+++ Makefile.in
@@ -4,7 +4,7 @@ APXS2 = @apxs2@
APXS2FLAGS =
SRCS = mod_auth_mysql.c
HDRS = config.h
-OPTS = @build_opts@ -lmysqlclient
+OPTS = @build_opts@ -lmysqlclient @LDFLAGS@
MODULES = @modules@
all: $(MODULES)