mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-17 14:50:54 +00:00
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 <dodji@redhat.com>
This commit is contained in:
parent
96eb3a5698
commit
088f0778bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user