Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions recipes/apr/all/conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ sources:
sha256: "e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea"
patches:
"1.7.4":
- patch_file: "patches/0401-cmake-build-only-shared-static.patch"
- patch_file: "patches/1.7.4-0001-cmake-build-only-shared-static.patch"
patch_type: "conan"
patch_description: "Use BUILD_SHARED_LIBS to conditionally build static/dynamic libs"
- patch_file: "patches/0006-sys_siglist-fix.patch"
- patch_file: "patches/1.7.0-0002-apr-config-prefix-env.patch"
patch_type: "conan"
patch_description: "Allow downtream recipes to detect some helpr build files of apr in a relocatalbe context"
- patch_file: "patches/1.7.0-0006-sys_siglist-fix.patch"
patch_type: "bugfix"
patch_description: "Replace deprecated sys_siglist[] with strsignal()"
"1.7.0":
- patch_file: "patches/0001-cmake-build-only-shared-static.patch"
- patch_file: "patches/1.7.0-0001-cmake-build-only-shared-static.patch"
patch_type: "conan"
patch_description: "Use BUILD_SHARED_LIBS to conditionally build static/dynamic libs"
- patch_file: "patches/0002-apr-config-prefix-env.patch"
- patch_file: "patches/0003-cmake-gen_test_char-use-target.patch"
- patch_file: "patches/0004-autotools-mingw.patch"
- patch_file: "patches/0005-clang12-apple.patch"
- patch_file: "patches/0006-sys_siglist-fix.patch"
- patch_file: "patches/1.7.0-0002-apr-config-prefix-env.patch"
patch_type: "conan"
patch_description: "Allow downtream recipes to detect some helpr build files of apr in a relocatalbe context"
- patch_file: "patches/1.7.0-0003-cmake-gen_test_char-use-target.patch"
- patch_file: "patches/1.7.0-0004-autotools-mingw.patch"
- patch_file: "patches/1.7.0-0005-clang12-apple.patch"
- patch_file: "patches/1.7.0-0006-sys_siglist-fix.patch"
patch_type: "bugfix"
patch_description: "Replace deprecated sys_siglist[] with strsignal()"
- patch_file: "patches/0007-cmake-minimum-required.patch"
- patch_file: "patches/1.7.0-0007-cmake-minimum-required.patch"