Skip to content

Autotools: Fix pdo_firebird shared build #15371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

petk
Copy link
Member

@petk petk commented Aug 13, 2024

Follow-up of GH-15230:

  • Redundant variables removed

  • Redundant duplicate middle newlines removed

  • PHP_CXX_COMPILE_STDCXX macro arguments quoted

  • When extension is built as shared the PHP_ADD_SOURCES works differently, and PHP_ADD_SOURCES_X needs to be used so this can be used:

    ./configure --with-pdo-firebird=shared

Follow-up of phpGH-15230:

- Redundant variables removed
- Redundant duplicate middle newlines removed
- PHP_CXX_COMPILE_STDCXX macro arguments quoted
- When extension is built as shared the PHP_ADD_SOURCES works
  differently, and PHP_ADD_SOURCES_X needs to be used so this can be
  used:

    ./configure --with-pdo-firebird=shared
@petk petk requested a review from SakiTakamachi as a code owner August 13, 2024 00:17
@petk petk merged commit a6d7d52 into php:master Aug 13, 2024
10 checks passed
@petk petk deleted the patch-m4-pdo-firebird branch August 13, 2024 08:36
@petk
Copy link
Member Author

petk commented Aug 13, 2024

Merging this as it would be a major issue for the package maintainers causing shared extension not being built...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant