From: Anas Nashif Date: Fri, 31 Oct 2008 12:34:20 +0000 (-0700) Subject: New package: pam X-Git-Tag: 2011-1~7883 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7705e1e77d1ed3cb74fa4c8d178fe3fded8e6db7;p=openembedded-core.git New package: pam --- 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 @@ +HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/" +PR = "r4" + +SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2" + +EXTRA_OECONF = "--with-db-uniquename=_pam \ + --includedir=${includedir}/security" +DEPENDS = "bison flex" +CFLAGS_append = " -fPIC " + +S = "${WORKDIR}/Linux-PAM-${PV}" + +inherit autotools pkgconfig + + +do_stage() { + autotools_stage_all +}