aboutsummaryrefslogtreecommitdiff
path: root/security/shibboleth2-sp/files/patch-shibsp_makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'security/shibboleth2-sp/files/patch-shibsp_makefiles')
-rw-r--r--security/shibboleth2-sp/files/patch-shibsp_makefiles22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/shibboleth2-sp/files/patch-shibsp_makefiles b/security/shibboleth2-sp/files/patch-shibsp_makefiles
new file mode 100644
index 000000000000..49a8a9564fab
--- /dev/null
+++ b/security/shibboleth2-sp/files/patch-shibsp_makefiles
@@ -0,0 +1,22 @@
+--- shibsp/Makefile.am.orig 2013-07-29 16:01:08.000000000 +0200
++++ shibsp/Makefile.am 2013-07-29 16:01:19.000000000 +0200
+@@ -244,7 +244,7 @@
+ pkgxmldir = $(datadir)/xml/@PACKAGE_NAME@
+ logdir = ${localstatedir}/log
+ rundir = $(localstatedir)/run
+-cachedir = $(localstatedir)/cache
++cachedir = $(localstatedir)/db
+ xmldir = $(datadir)/xml
+
+ paths.h: ${srcdir}/paths.h.in Makefile ${top_builddir}/config.status
+--- shibsp/Makefile.in.orig 2013-07-29 16:01:08.000000000 +0200
++++ shibsp/Makefile.in 2013-07-29 16:01:29.000000000 +0200
+@@ -682,7 +682,7 @@
+ pkgxmldir = $(datadir)/xml/@PACKAGE_NAME@
+ logdir = ${localstatedir}/log
+ rundir = $(localstatedir)/run
+-cachedir = $(localstatedir)/cache
++cachedir = $(localstatedir)/db
+ xmldir = $(datadir)/xml
+ EXTRA_DIST = \
+ shibsp.vcxproj \