gnu: netcat-openbsd: Use cc-for-target.
* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
This commit is contained in:
		
							parent
							
								
									9e5758630d
								
							
						
					
					
						commit
						aea2a0f967
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -9,7 +9,7 @@ | |||
| ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> | ||||
| ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl> | ||||
| ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> | ||||
| ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> | ||||
| ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> | ||||
| ;;; Copyright © 2016 Peter Feigl <peter.feigl@nexoid.at> | ||||
| ;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net> | ||||
| ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is> | ||||
|  | @ -841,7 +841,7 @@ would need and has several interesting built-in capabilities.") | |||
|     (arguments | ||||
|      `(#:tests? #f                      ; no test suite | ||||
|        #:make-flags | ||||
|        (list "CC=gcc") | ||||
|        (list (string-append "CC=" ,(cc-for-target))) | ||||
|        #:phases | ||||
|        (modify-phases %standard-phases | ||||
|          (delete 'configure) | ||||
|  |  | |||
		Reference in a new issue