We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1faa7d6 commit 7393674Copy full SHA for 7393674
configure.ac
@@ -83,7 +83,7 @@ AC_CHECK_FUNCS(gss_krb5_ccache_name)
83
AC_SUBST([GSSAPI_CFLAGS])
84
AC_SUBST([GSSAPI_LIBS])
85
86
-MAG_CFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CPPFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` `${APR} --includes`"
+MAG_CFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CPPFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` `${APR} --includes` -fPIC"
87
MAG_LIBS="`${APR} --libs` ${GSSAPI_LIBS} ${OPENSSL_LIBS}"
88
LIBTOOL="`${APXS} -q LIBTOOL`"
89
0 commit comments