gnu: linux-pam: Install headers under $includedir/security.
* gnu/packages/linux.scm (linux-pam): Add `--includedir' configure flag.
This commit is contained in:
parent
10d3ab1073
commit
c134056a9b
|
@ -235,9 +235,15 @@
|
||||||
;; ("cracklib" ,cracklib)
|
;; ("cracklib" ,cracklib)
|
||||||
))
|
))
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
|
'(;; Most users, such as `shadow', expect the headers to be under
|
||||||
;; isn't available.
|
;; `security'.
|
||||||
'(#:tests? #f))
|
#: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/")
|
(home-page "http://www.linux-pam.org/")
|
||||||
(synopsis "Pluggable authentication modules for Linux")
|
(synopsis "Pluggable authentication modules for Linux")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue