build-support/cabal: add an option to enable shared library support
enableSharedLibraries configures Cabal to build of shared libraries. This option requires that all dependencies of the package have been compiled for use in shared libraries, too. enableSharedExecutables configures Cabal to prefer shared libraries when linking executables. This patch partly fixes issue #1084.
parent
ee0a88ba
Please register or sign in to comment