blob: cd569107522228e19de34eda7e8d7df17c4a15e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}
|