blob: 1aab5b1e1750d3d861835828ef410da4590b6f31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/svn/Makefile.am.orig 2013-07-26 05:20:50 UTC
+++ src/svn/Makefile.am
@@ -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
|