5d0c901
--- mod_auth_cas-1.0.8.1/Makefile.in.fixbuild
5d0c901
+++ mod_auth_cas-1.0.8.1/Makefile.in
5d0c901
@@ -1,7 +1,7 @@
5d0c901
-APXS_LIBEXECDIR:=$(shell /usr/bin/apxs2 -q LIBEXECDIR)
5d0c901
+APXS_LIBEXECDIR:=$(shell @APXS@ -q LIBEXECDIR)
5d0c901
 
5d0c901
 all:
5d0c901
-	@APXS@ -c src/mod_auth_cas.c
5d0c901
+	@APXS@ -c src/mod_auth_cas.c -lssl -lcrypto
5d0c901
 
5d0c901
 install:
5d0c901
 	if test ! -d ${DESTDIR}${APXS_LIBEXECDIR}; then mkdir -p ${DESTDIR}${APXS_LIBEXECDIR}; fi