]> git.ipfire.org Git - ipfire-2.x.git/commit
libcdada: Patch file to allow build to work with GCC 11 and update version to 0.3.5
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 16 Jul 2021 11:12:58 +0000 (13:12 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 19 Jul 2021 18:12:58 +0000 (18:12 +0000)
commit113b93fde619d410273a3282ebfebe01ba71c1b1
treee05ef1950336456eaa1be62b361969534ef063fd
parent21e59055e96bebfe6411b9516cbdddf3ec9856b7
libcdada: Patch file to allow build to work with GCC 11 and update version to 0.3.5

- Update from 0.3.4 to 0.3.5
- Created libcdada-0.3.5-Werror.patch based on the gentoo 0.3.5 patch to remove -Werror
   flags from the configure. This was flagging up warnings as errors and stopping
   the build
- Removed the SUP_ARCH line to allow it to build again
- Added --without-tests and --without-checks to the ./configure statement. This prevents
   the test and checks being built
- Removed libcdada-0.3.4-use-shared-library-for-tests-and-examples-build.patch as no
   longer needed with the tests and checks no longer being built
- No update required for rootfile
- Changelog
   v0.3.5 (20th April 2021)
    New
     - Improved public API documentation
     - build: add --without-tests --without-examples build options
    Bug fix
     - Fix `E_EMPTY` return codes set/map/list/stack/queue
     - Fix `make check` when valgrind is not installed

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/libcdada
src/patches/libcdada-0.3.4-use-shared-library-for-tests-and-examples-build.patch [deleted file]
src/patches/libcdada-0.3.5-Werror.patch [new file with mode: 0644]