diff options
| author | Olli Hauer <ohauer@FreeBSD.org> | 2014-01-14 20:31:13 +0000 |
|---|---|---|
| committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-01-14 20:31:13 +0000 |
| commit | 5f75b3782fada9728e07eab82684d0244dcd27ed (patch) | |
| tree | 07c45701c4f335e7176a9ed0c6a82e094340e052 /www/mod_authnz_crowd/files | |
| parent | - Change Desktop entry file (diff) | |
- upgrade version 2.2.2
PR: ports/185775
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'www/mod_authnz_crowd/files')
| -rw-r--r-- | www/mod_authnz_crowd/files/patch-src__Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_authnz_crowd/files/patch-src__Makefile.am b/www/mod_authnz_crowd/files/patch-src__Makefile.am index 54a29946bae0..57e2ed69728a 100644 --- a/www/mod_authnz_crowd/files/patch-src__Makefile.am +++ b/www/mod_authnz_crowd/files/patch-src__Makefile.am @@ -1,5 +1,5 @@ ---- ./src/Makefile.am.orig 2011-03-29 07:51:32.000000000 +0200 -+++ ./src/Makefile.am 2013-08-18 22:37:41.000000000 +0200 +--- src/Makefile.am-dist 2013-09-25 02:41:53.000000000 -0400 ++++ src/Makefile.am 2014-01-14 11:20:54.178664699 -0500 @@ -3,9 +3,9 @@ lib_LTLIBRARIES = mod_authnz_crowd.la mod_authnz_crowd_la_SOURCES = mod_authnz_crowd.c mod_authnz_crowd.h crowd_client.c crowd_client.h cache.c cache.h util.c util.h @@ -7,8 +7,8 @@ -AM_CFLAGS = `apr-1-config --cflags` +AM_CFLAGS = `apr-1-config --cflags | sed -e 's/O[[:digit:]]/O1/'` AM_CPPFLAGS = -I@APACHE_INCLUDE_DIR@ `apr-1-config --cppflags --includes` `xml2-config --cflags` --CFLAGS=-g -O1 # -O2 causes mysterious crashes -+#CFLAGS=-g -O1 # -O2 causes mysterious crashes +-CFLAGS=-g -Wmissing-prototypes -O1 # -O2 causes mysterious crashes ++#CFLAGS=-g -Wmissing-prototypes -O1 # -O2 causes mysterious crashes TESTS = test.py TESTS_ENVIRONMENT = APACHE_BIN_DIR=@APACHE_BIN_DIR@ |
