Skip to content

pal: vui_interface: fix SPF_CFLAGS in sva_intf Makefile.am - #88

Merged
quic-aditrath merged 1 commit into
AudioReach:masterfrom
kvijayas:patch-1
Sep 15, 2026
Merged

quic-aditrath merged 1 commit into
AudioReach:masterfrom
kvijayas:patch-1

Conversation

@kvijayas

@kvijayas kvijayas commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

## Summary
sva_intf/Makefile.am uses @SPF_CFLAGS@, but configure.ac never
AC_SUBSTs a variable by that name — only SPFHEADER_CFLAGS exists,
via PKG_CHECK_MODULES([SPFHEADER],[spf]).

## Fix
Replace @SPF_CFLAGS@ with @SPFHEADER_CFLAGS@, matching the
already-correct usage in customva_intf/Makefile.am and
hotword_intf/Makefile.am.

CRs-Fixed: 4675356

@kvijayas
kvijayas requested review from a team September 11, 2026 15:30
@kvijayas kvijayas changed the title pal: vui_interface: fix unsubstituted SPF_CFLAGS in sva_intf Makefile.am pal: vui_interface: fix SPF_CFLAGS in sva_intf Makefile.am Sep 11, 2026
  sva_intf/Makefile.am references @SPF_CFLAGS@, but configure.ac only
  defines SPFHEADER_CFLAGS via PKG_CHECK_MODULES([SPFHEADER],[spf]).
  Since SPF_CFLAGS is never registered with AC_SUBST.

  Replace @SPF_CFLAGS@ with @SPFHEADER_CFLAGS@, matching the
  already-correct usage in customva_intf/Makefile.am and
  hotword_intf/Makefile.am.

Signed-off-by: kvijayas <kvijayas@qti.qualcomm.com>
@quic-aditrath
quic-aditrath merged commit 81ab71a into AudioReach:master Sep 15, 2026
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants