From: Richard Purdie Date: Tue, 4 Nov 2008 21:11:27 +0000 (+0000) Subject: pam: Fix use of binary built with the native compiler X-Git-Tag: 2011-1~7851^2~5 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=973bba1edee9211270ec150c8b635563a9f50255;p=openembedded-core.git pam: Fix use of binary built with the native compiler --- diff --git a/meta/packages/pam/pam_1.0.2.bb b/meta/packages/pam/pam_1.0.2.bb index f80aa1582c..2a91414d7e 100644 --- a/meta/packages/pam/pam_1.0.2.bb +++ b/meta/packages/pam/pam_1.0.2.bb @@ -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 \