File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ AC_SUBST([GSSAPI_CFLAGS])
7070AC_SUBST ( [ GSSAPI_LIBS] )
7171
7272CFLAGS="`${APXS} -q CFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` -I`${APR} --includes`"
73- LIBS="`${APR} --link-libtool -- libs` ${GSSAPI_LIBS} ${OPENSSL_LIBS}"
73+ LIBS="`${APR} --libs` ${GSSAPI_LIBS} ${OPENSSL_LIBS}"
7474
7575AC_CONFIG_FILES ( [ Makefile src/Makefile] )
7676
Original file line number Diff line number Diff line change 11EXTRA_DIST = mod_auth_gssapi.c sessions.c crypto.c mod_auth_gssapi.h sessions.h crypto.h
22
33all-local :
4- @APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c sessions.c crypto.c
4+ @APXS@ -c ${LIBS} mod_auth_gssapi.c sessions.c crypto.c
55
66install-exec-local :
77 if test ! -d ${APXS_LIBEXECDIR} ; then mkdir -p ${APXS_LIBEXECDIR} ; fi
You can’t perform that action at this time.
0 commit comments