pmc: diable position-independent builds, they fail to link on amd64

PR:		245189
Reported by:	Gordon Bergling
Sponsored by:	DARPA
This commit is contained in:
Brooks Davis 2020-04-03 16:10:42 +00:00
parent 31c5c437cc
commit 415a606e17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359601

View file

@ -11,6 +11,9 @@ CXXSTD= c++14
CWARNFLAGS.gcc+= -Wno-redundant-decls
CFLAGS+= -I${SRCTOP}/lib/libpmcstat
# Does not link when built position-independent.
MK_PIE=no
LIBADD= kvm pmc m ncursesw pmcstat elf
SRCS= pmc.c pmc_util.c cmd_pmc_stat.c \