Skip to content

Commit 7393674

Browse files
Matt Rogerssimo5
authored andcommitted
Add -fPIC to MAG_CFLAGS
Reviewed-by: Simo Sorce <simo@redhat.com>
1 parent 1faa7d6 commit 7393674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ AC_CHECK_FUNCS(gss_krb5_ccache_name)
8383
AC_SUBST([GSSAPI_CFLAGS])
8484
AC_SUBST([GSSAPI_LIBS])
8585

86-
MAG_CFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CPPFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` `${APR} --includes`"
86+
MAG_CFLAGS="`${APXS} -q CFLAGS` `${APXS} -q EXTRA_CPPFLAGS` `${APR} --cflags` ${GSSAPI_CFLAGS} ${OPENSSL_CFLAGS} -I`${APXS} -q INCLUDEDIR` `${APR} --includes` -fPIC"
8787
MAG_LIBS="`${APR} --libs` ${GSSAPI_LIBS} ${OPENSSL_LIBS}"
8888
LIBTOOL="`${APXS} -q LIBTOOL`"
8989

0 commit comments

Comments
 (0)