gnu: fpm2: Build with '-fcommon'.
* gnu/packages/password-utils.scm (fpm2)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
3686780f31
commit
f72db02a6a
@ -1054,7 +1054,8 @@ by GnuPG's symmetrical encryption.")
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("intltool" ,intltool)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags '("CFLAGS=-O2 -g -fcommon")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'pre-configure
|
||||
;; The file po/POTFILES.in ends up missing for some reason in
|
||||
|
Loading…
Reference in New Issue
Block a user