[DHG_packages] 07/09: argon2: link against shlib

Sean Whitton spw-guest at moszumanska.debian.org
Mon Sep 26 03:50:04 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 7b6b9c9fe36c9d4a2e0dbb86987c461ea9ec175e
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sun Sep 25 20:36:44 2016 -0700

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

diff --git a/p/haskell-argon2/debian/rules b/p/haskell-argon2/debian/rules
index e148fe6..56042b3 100755
--- a/p/haskell-argon2/debian/rules
+++ b/p/haskell-argon2/debian/rules
@@ -3,5 +3,8 @@
 DEB_CABAL_PACKAGE = argon2
 DEB_DEFAULT_COMPILER = ghc
 
+# use libargon2 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