Skip to content

Commit 74a1848

Browse files
committed
Add -fPIC
1 parent b8cc2ba commit 74a1848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/includes/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ HTTPD_IMG=${HTTPD_IMG:-mod_proxy_cluster-testsuite-httpd}
55
MPC_NAME=${MPC_NAME:-httpd-mod_proxy_cluster}
66

77
if [ $CODE_COVERAGE ]; then
8-
MPC_CFLAGS="$MPC_CFLAGS --coverage -fprofile-arcs -ftest-coverage -g -O0"
8+
MPC_CFLAGS="$MPC_CFLAGS --coverage -fprofile-arcs -ftest-coverage -fPIC -g -O0"
99
MPC_LDFLAGS="$MPC_LDFLAGS -lgcov"
1010
HTTPD_EXTRA_FLAGS="$HTTPD_EXTRA_FLAGS --enable-debugger-mode"
1111
fi

0 commit comments

Comments
 (0)