1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

pam: Fix use of binary built with the native compiler

This commit is contained in:
Richard Purdie
2008-11-04 21:11:27 +00:00
parent 559cbf23f9
commit 973bba1ede
+3 -2
View File
@@ -1,7 +1,8 @@
HOMEPAGE = "http://www.kernel.org/pub/linux/libs/pam/"
PR = "r6"
PR = "r7"
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2"
SRC_URI = "http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.0.2.tar.bz2 \
file://disable_crossbinary.patch;patch=1 "
EXTRA_OECONF = "--with-db-uniquename=_pam \
--includedir=${includedir}/security \