Skip to content
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

configure: Fix PostgreSQL detection and configuration #7826

Closed
wants to merge 1 commit into from

Conversation

arowser
Copy link
Contributor

@arowser arowser commented Nov 16, 2024

Fix PostgreSQL detection and configuration when cross build for arm-linux-gnueabihf

before:

POSTGRES_INCLUDE = -I/usr/include/postgresql
POSTGRES_LDLIBS = -L/usr/lib/x86_64-linux-gnu -lpq

after:

POSTGRES_INCLUDE = -I/usr/arm-linux-gnueabihf/include
POSTGRES_LDLIBS = -L/usr/arm-linux-gnueabihf/lib -lpq

@arowser
Copy link
Contributor Author

arowser commented Nov 18, 2024

replace by update PG_CONFIG_PATH in Dockerfile #7827

@arowser arowser closed this Nov 18, 2024
@arowser arowser deleted the libpq branch November 18, 2024 00:28
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.

1 participant