diff options
| -rw-r--r-- | meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-support/apr/apr_1.7.5.bb (renamed from meta/recipes-support/apr/apr_1.7.4.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch b/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch index a78b16284f..3480deaa4d 100644 --- a/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch +++ b/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | |||
| @@ -34,7 +34,7 @@ index 3663220..dce9789 100644 | |||
| 34 | -#ifdef HAVE_SYS_MMAN_H | 34 | -#ifdef HAVE_SYS_MMAN_H |
| 35 | -#include <sys/mman.h> | 35 | -#include <sys/mman.h> |
| 36 | -#endif | 36 | -#endif |
| 37 | - int main() | 37 | - int main(int argc, const char *argv[]) |
| 38 | - { | 38 | - { |
| 39 | - int fd; | 39 | - int fd; |
| 40 | - void *m; | 40 | - void *m; |
diff --git a/meta/recipes-support/apr/apr_1.7.4.bb b/meta/recipes-support/apr/apr_1.7.5.bb index 4df741c766..78796476e2 100644 --- a/meta/recipes-support/apr/apr_1.7.4.bb +++ b/meta/recipes-support/apr/apr_1.7.5.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ | |||
| 25 | file://0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch \ | 25 | file://0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | SRC_URI[sha256sum] = "fc648de983f3a2a6c9e78dea1f180639bd2fad6c06d556d4367a701fe5c35577" | 28 | SRC_URI[sha256sum] = "cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2" |
| 29 | 29 | ||
| 30 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script | 30 | inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script |
| 31 | 31 | ||
