diff options
Diffstat (limited to 'ports/apr')
| -rw-r--r-- | ports/apr/CONTROL | 2 | ||||
| -rw-r--r-- | ports/apr/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/apr/CONTROL b/ports/apr/CONTROL index 2c9c0c691..cf2c0079a 100644 --- a/ports/apr/CONTROL +++ b/ports/apr/CONTROL @@ -1,6 +1,6 @@ Source: apr Version: 1.7.0 -Port-Version: 2 +Port-Version: 3 Homepage: https://apr.apache.org/ Description: The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems. Supports: !uwp diff --git a/ports/apr/portfile.cmake b/ports/apr/portfile.cmake index 39f237001..de969c20f 100644 --- a/ports/apr/portfile.cmake +++ b/ports/apr/portfile.cmake @@ -64,6 +64,7 @@ else() else() message(STATUS "Configuring apr") endif() + set(ENV{CFLAGS} "$ENV{CFLAGS} -Wno-error=implicit-function-declaration") vcpkg_configure_make( SOURCE_PATH "${SOURCE_PATH}" NO_DEBUG |
