~ruther/guix-local

c134056a9b830f3e3bf0b1ba84b0d67a21be096f — Ludovic Courtès 12 years ago 10d3ab1
gnu: linux-pam: Install headers under $includedir/security.

* gnu/packages/linux.scm (linux-pam): Add `--includedir' configure flag.
1 files changed, 9 insertions(+), 3 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +9 -3
@@ 235,9 235,15 @@
       ;; ("cracklib" ,cracklib)
       ))
    (arguments
     ;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
     ;; isn't available.
     '(#:tests? #f))
     '(;; Most users, such as `shadow', expect the headers to be under
       ;; `security'.
       #:configure-flags (list (string-append "--includedir="
                                              (assoc-ref %outputs "out")
                                              "/include/security"))

       ;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
       ;; isn't available.
       #:tests? #f))
    (home-page "http://www.linux-pam.org/")
    (synopsis "Pluggable authentication modules for Linux")
    (description