summaryrefslogtreecommitdiff
path: root/www/ap-auth-mysql/patches/patch-ae
blob: cd7ea3f484da0b675f1a138555ead8a23213431b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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)