From 088f0778bcdda1c4c0338c5a44ae79a017d98bac Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sun, 7 Jun 2015 17:01:52 +0200 Subject: [PATCH] Build libabigail tests with position-independent code Like what we just did for libabigail tools, build the non-regression tests with the -fPIC option to please the Fedora Rawhide builds. * tests/Makefile.am: Add -fPIC to the compile flags. Signed-off-by: Dodji Seketeli --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 08df4993..9e07f935 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -98,7 +98,7 @@ runtestcanonicalizetypes_sh_SOURCES = runtestcanonicalizetypes.sh$(EXEEXT): AM_CPPFLAGS=-I${abs_top_srcdir}/include \ --I${abs_top_builddir}/include -I${abs_top_srcdir}/tools +-I${abs_top_builddir}/include -I${abs_top_srcdir}/tools -fPIC clean-local: clean-local-check .PHONY: clean-local-check