me
/
guix
Archived
1
0
Fork 0

gnu: ruby: Configure for dynamic linking.

* gnu/packages/ruby.scm (ruby)[arguments]: Use #:configure-flags to properly
  enable dynamic linking instead of using libruby-static.a.

Fixes #38500: <https://bugs.gnu.org/38500>

Reported-by: Vicente Eduardo <vic798@gmail.com>
master
Brett Gilio 2019-12-09 14:46:47 -06:00
parent 2c267e6300
commit fd248cb815
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
;;; Copyright © 2019 Collin J. Doering <collin@rekahsoft.ca>
;;; Copyright © 2019 Diego N. Barbato <dnbarbato@posteo.de>
;;; Copyright © 2019 Brett Gilio <brettg@posteo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@ -95,6 +96,7 @@
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
#:configure-flags '("--enable-shared") ; dynamic linking
#:phases
(modify-phases %standard-phases
(add-before 'configure 'replace-bin-sh-and-remove-libffi