Commit eb1bd690 authored by Sean Whitton's avatar Sean Whitton
Browse files

argon2: disable use of pkg-config

parent 09c5e728
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
haskell-argon2 (1.3.0.1-2) UNRELEASED; urgency=medium

  * Add missing build-dep on pkg-config.
  * Pass -f-pkg-config to bypass pkg-config when linking with libargon2.
    Build otherwise fails.
  * Restore d/watch and d/copyright from version 1.2.0-3.
    The upstream source has not been repacked for the last few uploads so
    these files were out of line with reality.  The repack is not actually
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ Build-Depends:
 libghc-text-short-dev (>= 0.1.2),
 libghc-text-short-dev (<< 0.2),
 libghc-text-short-prof,
 pkg-config (>= 0.9.0),
Build-Depends-Indep: ghc-doc,
 libghc-text-doc,
 libghc-text-short-doc,
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ DEB_INSTALL_CHANGELOGS_ALL = Changelog.md
DEB_ENABLE_TESTS = no

# use libargon2 shlib
DEB_SETUP_GHC_CONFIGURE_ARGS := -fuse-system-library
DEB_SETUP_GHC_CONFIGURE_ARGS := -fuse-system-library -f-pkg-config

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk