Source: pam
Version: 
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd, kfreebsd

Hi,

pam fails to build from source for non-linux architectures due to due
to a dependency on libaudit-dev which is linux-only. With the attached
patch pam builds properly on GNU/Hurd (and probably on
kfreebsd-any too).

Thanks!
--- a/debian/control	2014-01-29 16:02:56.000000000 +0100
+++ b/debian/control	2014-01-29 16:03:55.000000000 +0100
@@ -4,7 +4,7 @@
 Uploaders: Sam Hartman <hartm...@debian.org>, Roger Leigh <rle...@debian.org>
 Maintainer: Steve Langasek <vor...@debian.org>
 Standards-Version: 3.9.1
-Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev, pkg-config
+Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [linux-any], po-debconf, dh-autoreconf, autopoint, libaudit-dev [linux-any], pkg-config
 Build-Depends-Indep: xsltproc, libxml2-utils, docbook-xml, docbook-xsl, w3m
 Build-Conflicts-Indep: fop
 Build-Conflicts: libdb4.2-dev, libxcrypt-dev

Reply via email to