summaryrefslogtreecommitdiffstats
path: root/meta/packages/pam/pam_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/pam/pam_1.0.2.bb')
-rw-r--r--meta/packages/pam/pam_1.0.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb
new file mode 100644
index 0000000000..cd56910752
--- /dev/null
+++ b/meta/packages/pam/pam_1.0.2.bb
@@ -0,0 +1,18 @@
1HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
2PR = "r4"
3
4SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2"
5
6EXTRA_OECONF = "--with-db-uniquename=_pam \
7 --includedir=${includedir}/security"
8DEPENDS = "bison flex"
9CFLAGS_append = " -fPIC "
10
11S = "${WORKDIR}/Linux-PAM-${PV}"
12
13inherit autotools pkgconfig
14
15
16do_stage() {
17 autotools_stage_all
18}