mbox series

[0/2] rt-tests: libcpupower feature detection fixes

Message ID 20241204154004.560615-1-tglozar@redhat.com
Headers show
Series rt-tests: libcpupower feature detection fixes | expand

Message

Tomas Glozar Dec. 4, 2024, 3:40 p.m. UTC
From: Tomas Glozar <tglozar@redhat.com>

Two bugs were found while trying to build cyclictest with libcpupower
support inside an RPM build. One bug prevents libcpupower detection
when there are spaces inside OBJDIR, CFLAGS, CPPFLAGS or LDFLAGS,
the other bug breaks linking against libcpupower when LDFLAGS is passed
to make.

Fix both those bugs and unbreak RPM builds with libcpupower support.

Tomas Glozar (2):
  rt-tests: Put variables in test-feature in quotes
  rt-tests: Handle -lcpupower flag outside LDFLAGS

 Makefile                 | 4 ++--
 feature/test-feature.mak | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)