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:
parent
31c5c437cc
commit
415a606e17
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user