mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
654 B
Plaintext
16 lines
654 B
Plaintext
$NetBSD: patch-src_Makefile.am,v 1.2 2016/02/17 16:32:44 jperkin Exp $
|
|
|
|
Fix automake failures.
|
|
|
|
--- src/Makefile.am.orig 2013-09-25 06:41:53.000000000 +0000
|
|
+++ src/Makefile.am
|
|
@@ -5,7 +5,7 @@ mod_authnz_crowd_la_SOURCES = mod_authnz
|
|
mod_authnz_crowd_la_LDFLAGS = -module -lcurl `xml2-config --libs`
|
|
AM_CFLAGS = `apr-1-config --cflags`
|
|
AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` `xml2-config --cflags`
|
|
-CFLAGS=-g -Wmissing-prototypes -O1 # -O2 causes mysterious crashes
|
|
+AM_CFLAGS += -g -Wmissing-prototypes -O1 # -O2 causes mysterious crashes
|
|
TESTS = test.py
|
|
TESTS_ENVIRONMENT = APACHE_BIN_DIR=@APACHE_BIN_DIR@
|
|
|