mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: libcap: Fix cross-compiling.
* gnu/packages/linux.scm (libcap)[arguments]: Fix make-flags when cross-compiling.
This commit is contained in:
@@ -2945,9 +2945,9 @@ configuration (iptunnel, ipmaddr).")
|
||||
;; Tell the makefile to use TARGET-gcc and friends
|
||||
;; when cross-compiling.
|
||||
#$@(if (%current-target-system)
|
||||
`((list (string-append "CROSS_COMPILE="
|
||||
,(%current-target-system) "-")
|
||||
"BUILD_CC=gcc"))
|
||||
`((string-append "CROSS_COMPILE="
|
||||
,(%current-target-system) "-")
|
||||
"BUILD_CC=gcc")
|
||||
'()))))
|
||||
(native-inputs (list perl))
|
||||
(supported-systems (delete "i586-gnu" %supported-systems))
|
||||
|
||||
Reference in New Issue
Block a user