ports/www/mod_authnz_crowd/files/patch-src__svn__Makefile.am
Olli Hauer 68c5c21d79 - new port www/mod_authnz_crowd
Apache 2.2 connector for Atlassian Crowd to provide authentication and
authorization support using Basic Auth.

WWW: https://confluence.atlassian.com/display/CROWD/Integrating+Crowd+with+Apache

PR:		ports/179263
Submitted by:	Vivek Khera <vivek@khera.org>
2013-08-18 21:15:26 +00:00

11 lines
596 B
Text

--- ./src/svn/Makefile.am.orig 2011-03-29 07:51:32.000000000 +0200
+++ ./src/svn/Makefile.am 2013-06-22 22:54:04.000000000 +0200
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = mod_authz_svn_crowd.la
mod_authz_svn_crowd_la_SOURCES = mod_authz_svn_crowd.c
mod_authz_svn_crowd_la_LDFLAGS = -module
-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` -I@SVN_DIR@/include/subversion-1
-CFLAGS=-g -O1 # -O2 causes mysterious crashes
+#CFLAGS=-g -O1 # -O2 causes mysterious crashes