diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-05-27 15:13:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-27 15:13:05 +0000 |
commit | 33b1b04024f907869bd32090e70b4423c384bd65 (patch) | |
tree | cc6646a64eb59454212c6b8d367968cfd4f236bc /packages/cups/cups_1.1.23.bb | |
parent | bcd3ea57ff4dcdd8cae51763fd5dc4e06c31ec93 (diff) |
cups 1.1.23: fix strftime seg fault issue
- when strftime is called w/ a NULL format string, it is segfaulting
in glibc
- integrate code from latest cups svn to fix
Diffstat (limited to 'packages/cups/cups_1.1.23.bb')
-rw-r--r-- | packages/cups/cups_1.1.23.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/cups/cups_1.1.23.bb b/packages/cups/cups_1.1.23.bb index 2fa5178cac..936b92bcea 100644 --- a/packages/cups/cups_1.1.23.bb +++ b/packages/cups/cups_1.1.23.bb @@ -3,7 +3,10 @@ DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPL LGPL" -SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2" +PR = "r1" + +SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ + file://strftime_fix.patch;patch=1" inherit autotools binconfig |