summaryrefslogtreecommitdiffstats
path: root/mod_auth_cas-1.0.8.1-fixbuild.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
commit2824a675034964be64716cc65595d6fe9ecbde95 (patch)
treeb8ada78942a7d814f42207d01be46dc9797f8825 /mod_auth_cas-1.0.8.1-fixbuild.patch
reorg repoHEADmaster
Diffstat (limited to 'mod_auth_cas-1.0.8.1-fixbuild.patch')
-rw-r--r--mod_auth_cas-1.0.8.1-fixbuild.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mod_auth_cas-1.0.8.1-fixbuild.patch b/mod_auth_cas-1.0.8.1-fixbuild.patch
new file mode 100644
index 0000000..6fa5544
--- /dev/null
+++ b/mod_auth_cas-1.0.8.1-fixbuild.patch
@@ -0,0 +1,12 @@
+--- mod_auth_cas-1.0.8.1/Makefile.in.fixbuild
++++ mod_auth_cas-1.0.8.1/Makefile.in
+@@ -1,7 +1,7 @@
+-APXS_LIBEXECDIR:=$(shell /usr/bin/apxs2 -q LIBEXECDIR)
++APXS_LIBEXECDIR:=$(shell @APXS@ -q LIBEXECDIR)
+
+ all:
+- @APXS@ -c src/mod_auth_cas.c
++ @APXS@ -c src/mod_auth_cas.c -lssl -lcrypto
+
+ install:
+ if test ! -d ${DESTDIR}${APXS_LIBEXECDIR}; then mkdir -p ${DESTDIR}${APXS_LIBEXECDIR}; fi