3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fltk: Build shared libraries

* gnu/packages/fltk.scm (fltk) [arguments]: Add to --enable-shared to
  #:configure-flags
This commit is contained in:
Eric Bavier 2014-04-07 14:38:30 -05:00
parent af4535c58c
commit 2068f65cc4

View file

@ -41,6 +41,7 @@
("mesa" ,mesa)))
(arguments
`(#:tests? #f ;TODO: compile programs in "test" dir
#:configure-flags '("--enable-shared")
#:phases
(alist-cons-before
'configure 'patch-makeinclude