diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-31 14:36:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 14:36:14 +0000 |
commit | 48f8f2fa15a84a82086823c8e03519a80e2d1b70 (patch) | |
tree | 203d64a5bd349d77f3ca53f5ac8d426ba13bf7d9 /packages/pam/libpam_0.79.bb | |
parent | 2dc5fa4d38bb6bcebaad6000d359ece60b268653 (diff) | |
parent | a52282efd0d8ae7cfc33824301afc80af9ba1c22 (diff) |
merge of 17cd385f326ee735c89b1dc43f11761e2f1a41f2
and 81b6d1dfdca16a87ee13d9c5e11b5d9945ffcb99
Diffstat (limited to 'packages/pam/libpam_0.79.bb')
-rw-r--r-- | packages/pam/libpam_0.79.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/pam/libpam_0.79.bb b/packages/pam/libpam_0.79.bb index 8907d9762a..b2fb9deb8f 100644 --- a/packages/pam/libpam_0.79.bb +++ b/packages/pam/libpam_0.79.bb @@ -19,6 +19,7 @@ MAINTAINER = "John Bowler <jbowler@acm.org>" SECTION = "libs" PRIORITY = "optional" LICENSE = "GPL-2" +PR = "r1" # The project is actually called Linux-PAM but that gives # a bad OE package name because of the upper case characters @@ -37,6 +38,14 @@ SRC_URI += " file://libpam-make.patch;patch=1" inherit autotools # EXTRA_OECONF += " --enable-static-libpam" +# Disable building of the documentation - it requires too many different +# programs installed on the build system and is a waste of time. This +# leaves the man documentation in the build. +EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2TXT=no" +EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2HTML=no" +EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2LATEX=no" +EXTRA_OECONF += "ac_cv_prog_HAVE_PS2PDF=no" +EXTRA_OECONF += "ac_cv_prog_HAVE_SGML2PS=no" LEAD_SONAME = "libpam.so.*" |