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
1 changed files with 1 additions and 0 deletions

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