mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 10:25:23 +00:00
19 lines
407 B
BlitzBasic
19 lines
407 B
BlitzBasic
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
|
|
}
|