mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
$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)
|