gnu: fltk: Build shared libraries
* gnu/packages/fltk.scm (fltk) [arguments]: Add to --enable-shared to #:configure-flagsmaster
parent
af4535c58c
commit
2068f65cc4
|
@ -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
|
||||
|
|
Reference in New Issue