Fix detection of odbc and apache2 for Fedora (#4461)

This commit is contained in:
topazus 2024-02-15 23:54:13 +08:00 committed by GitHub
parent a92ab6d41d
commit d6dfa257e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ find_path(APACHE2_INCLUDE_DIR httpd.h
${APACHE2_ROOT_INCLUDE_DIRS}
PATHS
${PC_APACHE2_INCLUDE_DIRS}
/usr/include/httpd
/usr/local/include/apache2
/usr/include/apache2
)

View File

@ -36,6 +36,7 @@ find_path(ODBC_INCLUDE_DIR
PATHS
${PC_ODBC_INCLUDE_DIRS}
/usr/include
/usr/include/libiodbc
/usr/local/include
/usr/local/odbc/include
/usr/local/iodbc/include