diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 14:30:31 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 14:30:31 +0000 |
| commit | 70203a07239213d60165ba9b2d3e4386c99a510c (patch) | |
| tree | c6fa19c1ce9f798a6370fb12dcecd510636269c1 /meta-moblin/packages/pam/files/disable_crossbinary.patch | |
| parent | 11f0e58005839d5d3c211062b3bc2628fc80fa95 (diff) | |
| download | poky-70203a07239213d60165ba9b2d3e4386c99a510c.tar.gz | |
Move pam, packagekit, monit and gnet to meta-moblin
Diffstat (limited to 'meta-moblin/packages/pam/files/disable_crossbinary.patch')
| -rw-r--r-- | meta-moblin/packages/pam/files/disable_crossbinary.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-moblin/packages/pam/files/disable_crossbinary.patch b/meta-moblin/packages/pam/files/disable_crossbinary.patch new file mode 100644 index 0000000000..43359b08fe --- /dev/null +++ b/meta-moblin/packages/pam/files/disable_crossbinary.patch | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | padout should be compiled using the native compiler but isn't. | ||
| 2 | Disable this piece of documentation for now. | ||
| 3 | |||
| 4 | RP | ||
| 5 | |||
| 6 | Index: Linux-PAM-1.0.2/doc/specs/Makefile.am | ||
| 7 | =================================================================== | ||
| 8 | --- Linux-PAM-1.0.2.orig/doc/specs/Makefile.am 2008-11-04 21:06:23.000000000 +0000 | ||
| 9 | +++ Linux-PAM-1.0.2/doc/specs/Makefile.am 2008-11-04 21:07:06.000000000 +0000 | ||
| 10 | @@ -2,21 +2,8 @@ | ||
| 11 | # Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de> | ||
| 12 | # | ||
| 13 | |||
| 14 | -CLEANFILES = draft-morgan-pam-current.txt *~ | ||
| 15 | +CLEANFILES = *~ | ||
| 16 | |||
| 17 | -EXTRA_DIST = draft-morgan-pam.raw std-agent-id.raw rfc86.0.txt | ||
| 18 | +EXTRA_DIST = std-agent-id.raw rfc86.0.txt | ||
| 19 | |||
| 20 | -draft-morgan-pam-current.txt: padout draft-morgan-pam.raw | ||
| 21 | - ./padout < $(srcdir)/draft-morgan-pam.raw > draft-morgan-pam-current.txt | ||
| 22 | - | ||
| 23 | -AM_YFLAGS = -d | ||
| 24 | - | ||
| 25 | -BUILT_SOURCES = parse_y.h | ||
| 26 | - | ||
| 27 | -noinst_PROGRAMS = padout | ||
| 28 | - | ||
| 29 | -padout_SOURCES = parse_l.l parse_y.y | ||
| 30 | - | ||
| 31 | -padout_LDADD = @LEXLIB@ | ||
| 32 | - | ||
| 33 | -doc_DATA = draft-morgan-pam-current.txt rfc86.0.txt | ||
| 34 | +doc_DATA = rfc86.0.txt | ||
