diff options
author | Giovanni Zantedeschi <giovanni.zantedeschi@datacom.ind.br> | 2015-08-19 17:46:48 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-28 10:59:55 +0200 |
commit | 90251cda02acbcda49ba5c267d045e6d09bff066 (patch) | |
tree | d596b0d98e25153d9ae30b0e1fe094abde79fa98 /package/libpam-radius-auth/libpam-radius-auth.hash | |
parent | e90e781d61b250876290f9f08b5b1d26f11737ac (diff) | |
download | buildroot-90251cda02acbcda49ba5c267d045e6d09bff066.tar.gz buildroot-90251cda02acbcda49ba5c267d045e6d09bff066.zip |
libpam-radius-auth: new package
[Thomas:
- make libpam-radius-auth depend on linux-pam (since it's a
linux-pam plugin, it needs some header files from linux-pam) by
adding a "if BR2_PACKAGE_LINUX_PAM...endif" block in
package/Config.in. This way, we will be grouping all the Linux PAM
plugins together.
- Fix the indententation in the Config.in file.
- Use a better Config.in help text, copy/pasted from the website.
- Use a tarball instead of github. This allows to remove
AUTORECONF=YES.
- Add linux-pam as a dependency.
- Use $(TARGET_CONFIGURE_OPTS) instead of passing just CC/LD, but
pass it in the environment rather than as options so that the
CFLAGS/LDFLAGS added by the package Makefile are still taken into
account.
- Use mkdir -p + cp -dpfr instead of $(INSTALL) -D since we are
copying multiple files.
- Add a hash file.]
Signed-off-by: Giovanni Zantedeschi <giovanni.zantedeschi@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libpam-radius-auth/libpam-radius-auth.hash')
-rw-r--r-- | package/libpam-radius-auth/libpam-radius-auth.hash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libpam-radius-auth/libpam-radius-auth.hash b/package/libpam-radius-auth/libpam-radius-auth.hash new file mode 100644 index 0000000000..ffd7404df3 --- /dev/null +++ b/package/libpam-radius-auth/libpam-radius-auth.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking PGP signature +sha256 742d79fc39824726c098e746bd3dc3484f983f5ee082c621c1e848b2c3725305 pam_radius-1.4.0.tar.gz |