diff options
| author | Daniel Gollub <dgollub@brocade.com> | 2014-10-08 14:53:06 +0200 |
|---|---|---|
| committer | Daniel Gollub <dgollub@brocade.com> | 2014-10-08 14:54:48 +0200 |
| commit | 1f1f8d5f90b8126201139e4d338bf6c3884a27b9 (patch) | |
| tree | da13c21e7c922778f2e10855041e0a8fd9116558 | |
| parent | 33e9072e542578f30fd67e0be9bce56062f77e58 (diff) | |
| download | pam_tacplus-1f1f8d5f90b8126201139e4d338bf6c3884a27b9.tar.gz pam_tacplus-1f1f8d5f90b8126201139e4d338bf6c3884a27b9.zip | |
Fix Debian build failing on AX_CHECK_COMPILE_FLAG
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4709f74..af07574 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libpam-tacplus Section: admin Priority: extra Maintainer: Jeroen Nijhof <jeroen@jeroennijhof.nl> -Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf +Build-Depends: debhelper (>= 9), libpam-dev, dh-autoreconf, autoconf-archive Standards-Version: 3.9.5 Homepage: https://github.com/jeroennijhof/pam_tacplus |
