[DHG_packages] 02/09: zxcvbn-c: link against shlib

Sean Whitton spw-guest at moszumanska.debian.org
Mon Sep 26 03:50:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit b1b51b2036020751627f5b590becf0ecbc2311f7
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sun Sep 25 20:04:29 2016 -0700

    zxcvbn-c: link against shlib
---
 p/haskell-zxcvbn-c/debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/p/haskell-zxcvbn-c/debian/rules b/p/haskell-zxcvbn-c/debian/rules
index 47af809..f62223b 100755
--- a/p/haskell-zxcvbn-c/debian/rules
+++ b/p/haskell-zxcvbn-c/debian/rules
@@ -3,5 +3,8 @@
 DEB_CABAL_PACKAGE = zxcvbn-c
 DEB_DEFAULT_COMPILER = ghc
 
+# use libzxcvbn shlib
+DEB_SETUP_GHC_CONFIGURE_ARGS := -fuse-shared-lib
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list