summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
index b9cb59032a..ca9fc5988a 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb
@@ -20,13 +20,17 @@ SRC_URI = " \
20SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b" 20SRC_URI[md5sum] = "7d45c5b7e1f78d85d1583b361aee6e8b"
21SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f" 21SRC_URI[sha256sum] = "ed282eb6276c4154ce6a0b5dee0bdb81940d0cbbfc7d03f769c4735ef5f5860f"
22 22
23EXTRA_OEMAKE = "-e MAKEFLAGS=" 23EXTRA_OEMAKE = "-e MAKEFLAGS= CPPOPTX='${CPPFLAGS}' COPTX='${CFLAGS}' C++OPTX='${CXXFLAGS}' LDOPTX='${LDFLAGS}' GMAKE_NOWARN='true'"
24 24
25# Stop failures when 'cc' can't be found 25# Stop failures when 'cc' can't be found
26export ac_cv_prog_CC = "${CC}" 26export ac_cv_prog_CC = "${CC}"
27 27
28inherit native 28inherit native
29 29
30# Use -std=gnu89 to build with gcc-14 (https://bugs.gentoo.org/903876)
31# this needs to be after native inherit (which sets CFLAGS to BUILD_CFLAGS)
32CFLAGS += "-std=gnu89"
33
30do_configure() { 34do_configure() {
31 # cdda2wav does not build with GCC 14 35 # cdda2wav does not build with GCC 14
32 rm -f ${S}/TARGETS/55cdda2wav 36 rm -f ${S}/TARGETS/55cdda2wav