diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mp3.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm index bb9c07bc9d..43398f1e46 100644 --- a/gnu/packages/mp3.scm +++ b/gnu/packages/mp3.scm @@ -544,7 +544,9 @@ format.") (lambda _ (substitute* "Makefile" (("CC[[:blank:]]*:=.*") - "CC := gcc\n")))) + "CC := gcc\n")) + + (setenv "CFLAGS" "-fcommon -g"))) ;allow compilation with GCC 10 (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) |