File tree 2 files changed +2
-2
lines changed
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])
70
70
AC_SUBST ( [ GSSAPI_LIBS] )
71
71
72
72
CFLAGS="`${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}"
74
74
75
75
AC_CONFIG_FILES ( [ Makefile src/Makefile] )
76
76
Original file line number Diff line number Diff line change 1
1
EXTRA_DIST = mod_auth_gssapi.c sessions.c crypto.c mod_auth_gssapi.h sessions.h crypto.h
2
2
3
3
all-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
5
5
6
6
install-exec-local :
7
7
if test ! -d ${APXS_LIBEXECDIR} ; then mkdir -p ${APXS_LIBEXECDIR} ; fi
You can’t perform that action at this time.
0 commit comments