Skip to content

TELCORE-44: add --with-crashpad-root / --with-crashpad-out configure … - #584

Open
damirn wants to merge 1 commit into
telnyx/telephony/deploy-developmentfrom
damir/telcore-44-investigate-and-implement-crashpad-build-process
Open

TELCORE-44: add --with-crashpad-root / --with-crashpad-out configure …#584
damirn wants to merge 1 commit into
telnyx/telephony/deploy-developmentfrom
damir/telcore-44-investigate-and-implement-crashpad-build-process

Conversation

@damirn

@damirn damirn commented May 11, 2026

Copy link
Copy Markdown

…knobs

Substitute CRASHPAD_ROOT and CRASHPAD_OUT into Makefile.am via AC_SUBST so mod_crashpad's static-lib prereqs in _LIBADD resolve at configure time rather than via Makefile.am ?= defaults. The latter were emitted by automake after the rule that referenced them, so $(CRASHPAD_OUT) expanded to empty when make parsed mod_crashpad.la's prerequisite list and the build failed with "No rule to make target '/obj/client/libclient.a'".

…knobs

Substitute CRASHPAD_ROOT and CRASHPAD_OUT into Makefile.am via AC_SUBST
so mod_crashpad's static-lib prereqs in _LIBADD resolve at configure
time rather than via Makefile.am ?= defaults. The latter were emitted
by automake after the rule that referenced them, so $(CRASHPAD_OUT)
expanded to empty when make parsed mod_crashpad.la's prerequisite list
and the build failed with "No rule to make target '/obj/client/libclient.a'".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant